mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-26 21:24:15 +01:00
fix: typo request to requests
This commit is contained in:
parent
95ee26620f
commit
a7d8bc0843
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@ -276,7 +276,7 @@ jobs:
|
|||||||
out_file = "gapps.zip"
|
out_file = "gapps.zip"
|
||||||
|
|
||||||
if not os.path.isfile(out_file):
|
if not os.path.isfile(out_file):
|
||||||
request.get(link)
|
requests.get(link)
|
||||||
print("done", flush=True)
|
print("done", flush=True)
|
||||||
|
|
||||||
- name: Extract GApps and expand images
|
- name: Extract GApps and expand images
|
||||||
|
Loading…
Reference in New Issue
Block a user