made it so anyone can upload packages (who has permission)
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user