no no FUCKING NO

This commit is contained in:
WhatDidYouExpect 2025-07-07 20:41:24 +02:00
parent 2b4c6bcf14
commit fb861e2671
16 changed files with 1792 additions and 18 deletions

View file

@ -70,7 +70,7 @@ def register_name(NAME):
if os.getenv("gooberTOKEN"):
return
# Name taken: print error and exit
print(f"{RED}{(_('name_taken'))}{gv.RESET}")
print(f"{gv.RED}{(_('name_taken'))}{gv.RESET}")
quit()
# Register the name
response = requests.post(f"{gv.VERSION_URL}/register", json={"name": NAME}, headers={"Content-Type": "application/json"})