Update twitfix.py

This commit is contained in:
Chloe 2022-05-23 01:12:31 +01:00 committed by GitHub
parent 4a4afef368
commit 0f0098e6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ def dl(sub_path):
print(" ➤ [[ FILE DOES NOT EXIST, DOWNLOADING... ]]")
addToStat("downloads")
mp4file = urllib.request.urlopen(mp4link)
with open(("/srv/Twxtter-main/static/" + filename), "wb") as output:
with open(("/home/twitfix/Twxtter-main/static/" + filename), "wb") as output:
output.write(mp4file.read())
print(