Spaces:
Running
Running
Hashir Kashif
commited on
Commit
·
345a86c
1
Parent(s):
366abde
editing78
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ def getNetflixInfo(cookiefile):
|
|
131 |
|
132 |
except Exception as e:
|
133 |
print(e)
|
134 |
-
f = open("error.txt", "w")
|
135 |
f.write(str(e))
|
136 |
f.close()
|
137 |
print("\n Moving in noMember")
|
|
|
131 |
|
132 |
except Exception as e:
|
133 |
print(e)
|
134 |
+
f = open("../Membership/error.txt", "w")
|
135 |
f.write(str(e))
|
136 |
f.close()
|
137 |
print("\n Moving in noMember")
|