mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-09 22:14:35 +00:00
parent
317fb94198
commit
d296e27659
2 changed files with 1 additions and 2 deletions
|
@ -45,7 +45,6 @@ if brand == "OpenGApps":
|
|||
j = json.loads(res.content)
|
||||
link = {i["name"]: i for i in j["archs"][abi_map[arch]]
|
||||
["apis"][release]["variants"]}[variant]["zip"]
|
||||
# print(f"JSON={j}", flush=True)
|
||||
DATE=j["archs"][abi_map[arch]]["date"]
|
||||
print(f"DATE={DATE}", flush=True)
|
||||
except Exception:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue