Hashir Kashif commited on
Commit
345a86c
·
1 Parent(s): 366abde
Files changed (1) hide show
  1. app.py +1 -1
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")