Hashir Kashif
commited on
Commit
·
7594c65
1
Parent(s):
5934166
editing78
Browse files
app.py
CHANGED
|
@@ -134,6 +134,9 @@ def getNetflixInfo(cookiefile):
|
|
| 134 |
|
| 135 |
except Exception as e:
|
| 136 |
print(e)
|
|
|
|
|
|
|
|
|
|
| 137 |
print("\n Moving in noMember")
|
| 138 |
S = 10
|
| 139 |
ran = ''.join(
|
|
|
|
| 134 |
|
| 135 |
except Exception as e:
|
| 136 |
print(e)
|
| 137 |
+
f = open("error.txt", "w")
|
| 138 |
+
f.write(str(e))
|
| 139 |
+
f.close()
|
| 140 |
print("\n Moving in noMember")
|
| 141 |
S = 10
|
| 142 |
ran = ''.join(
|