mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-23 08:49:32 +00:00
Change user (#480)
This commit is contained in:
parent
5d6baa3826
commit
1ebd85b105
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ elif brand == "MindTheGapps":
|
|||
'.zip/download', '.zip').replace('sourceforge.net/projects/wsa-mtg/files', 'downloads.sourceforge.net/project/wsa-mtg')
|
||||
else:
|
||||
print(f"Failed to fetch from SourceForge RSS, fallbacking to Github API...", flush=True)
|
||||
res = requests.get(f"https://api.github.com/repos/s1204IT/MindTheGappsBuilder/releases/latest")
|
||||
res = requests.get(f"https://api.github.com/repos/Howard20181/MindTheGappsBuilder/releases/latest")
|
||||
json_data = json.loads(res.content)
|
||||
headers = res.headers
|
||||
x_ratelimit_remaining = headers["x-ratelimit-remaining"]
|
||||
|
|
Loading…
Add table
Reference in a new issue