made it so anyone can upload packages (who has permission)

This commit is contained in:
2026-01-19 06:27:44 +11:00
parent 6ea078c80d
commit 81c33d100f
3 changed files with 42 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ def remove(args):
# send the request
response = requests.delete(
url=f"https://chookspace.com/api/packages/{username}/generic/{mineral_name}/{version}",
url=f"https://chookspace.com/api/packages/ground/generic/{mineral_name}/{version}",
auth=HTTPBasicAuth(username, password)
)