Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Update updater.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DIGITALCRIMINAL committed Aug 25, 2021
1 parent d515478 commit 5bb9d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 5bb9d49

Please sign in to comment.