From 5bb9d4968015bf644e5632dd0bc63590bb6adbb0 Mon Sep 17 00:00:00 2001 From: CRIMINAL <89371864+DIGITALCRIMINALS@users.noreply.github.com> Date: Wed, 25 Aug 2021 05:47:12 +0000 Subject: [PATCH] Update updater.py --- updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.py b/updater.py index e0b7b60..56c5937 100644 --- a/updater.py +++ b/updater.py @@ -11,7 +11,7 @@ # 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/DIGITALCRIMINAL/OnlyFans/archive/{commit_id}.zip") +# downloaded = requests.get(f"https://github.com/DIGITALCRIMINALS/OnlyFans/archive/{commit_id}.zip") downloaded = requests.get( f"https://github.com/DIGITALCRIMINAL/OnlyFans/archive/refs/heads/master.zip" )