Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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 |
|