This commit is contained in:
bton 2024-04-12 21:57:22 +02:00
parent 7e989bb585
commit f9b7045dbf

View file

@ -16,4 +16,4 @@ def Balance(user_name, balance):
display.show()
if __name__ == "__main__":
Balance("Test", 255555)
Balance("Test", -255555)