made it so anyone can upload packages (who has permission)
This commit is contained in:
@@ -35,7 +35,7 @@ def install(args):
|
||||
with console.status("Downloading tarball...", spinner="bouncingBall", spinner_style="blue") as status:
|
||||
while retries_left > 0:
|
||||
# grab the tar ball
|
||||
response = requests.get(f"https://chookspace.com/api/packages/SpookyDervish/generic/{package_name}/{version}/mineral.tar")
|
||||
response = requests.get(f"https://chookspace.com/api/packages/ground/generic/{package_name}/{version}/mineral.tar")
|
||||
|
||||
# check response code for errors
|
||||
if response.status_code == 404: # package doesn't exist
|
||||
|
||||
Reference in New Issue
Block a user