hashir672 commited on
Commit
0f77410
·
verified ·
1 Parent(s): 473b313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -210,9 +210,7 @@ def getNetflixInfoWithApi(cookiefile):
210
  print("Failed to download the file.")
211
  return "Invalid Link"
212
  cookies = parseCookieFile(cookiefile)
213
- ftp,ssh_client = sftp_connect()
214
- ftp.remove("./domains/hashir672.serv00.net/public_html/Membership/"+cookiefile)
215
- ssh_client.close()
216
  # print(cookies)
217
  if cookies != "fail":
218
 
 
210
  print("Failed to download the file.")
211
  return "Invalid Link"
212
  cookies = parseCookieFile(cookiefile)
213
+
 
 
214
  # print(cookies)
215
  if cookies != "fail":
216