Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spkal01 authored May 7, 2022
1 parent 5133689 commit 61cb058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/UpdatePoster/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def post_maker(device_info, name):
loop -= 1

release_info = json.loads(requests.get(
"https://api.github.com/repos/PixelOS-Releases/SparkOS-releases/tags/" + device_info[UniqueID],
"https://api.github.com/repos/PixelOS-Releases/SparkOS-releases/releases/tags/" + device_info[UniqueID],
auth=(GITHUB_API_USER, TOKEN)).content) # information about the release, taken from Private Releases Repository

recovery_file_size = 0
Expand Down

0 comments on commit 61cb058

Please sign in to comment.