Save unfinished work

This commit is contained in:
Tipragot 2024-01-07 10:21:31 +01:00
parent 824015228a
commit 4f47d48842

View file

@ -23,7 +23,7 @@ def get_scores() -> list[tuple[int, str]]:
return rq.get(f"https://{IP}/data").json()
except:
print("Error with the serveur")
return [(1, "")]
return []
def __create_button(world: World, i: int, name: str):