From 00b6600b2d062a12e9c48a42b67722f4e21e4fc8 Mon Sep 17 00:00:00 2001 From: CRIMINAL <89371864+DIGITALCRIMINALS@users.noreply.github.com> Date: Wed, 25 Aug 2021 05:52:53 +0000 Subject: [PATCH] Update updater.py --- updater.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updater.py b/updater.py index 56c5937..00dc9c3 100644 --- a/updater.py +++ b/updater.py @@ -11,9 +11,9 @@ # response = requests.get("https://api.github.com/repos/digitalcriminal/onlyfans/branches/master") # response_json = response.json() # commit_id = response_json["commit"]["sha"] -# downloaded = requests.get(f"https://github.com/DIGITALCRIMINALS/OnlyFans/archive/{commit_id}.zip") +# downloaded = requests.get(f"https://github.com/DIGITALCRIMINAL/OnlyFans/archive/{commit_id}.zip") downloaded = requests.get( - f"https://github.com/DIGITALCRIMINAL/OnlyFans/archive/refs/heads/master.zip" + f"https://github.com/DIGITALCRIMINALS/OnlyFans/archive/refs/heads/master.zip" ) content = io.BytesIO(downloaded.content) # Zip download for manual extraction