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 5bb9d49 commit 00b6600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00b6600

Please sign in to comment.