From 0f0098e6d796293e2a4c0f38c44b80a1ab151ed0 Mon Sep 17 00:00:00 2001 From: Chloe Date: Mon, 23 May 2022 01:12:31 +0100 Subject: [PATCH] Update twitfix.py --- twitfix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitfix.py b/twitfix.py index 9714cae..b33c83c 100644 --- a/twitfix.py +++ b/twitfix.py @@ -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(