test
This commit is contained in:
parent
7e989bb585
commit
f9b7045dbf
1 changed files with 1 additions and 1 deletions
2
oled.py
2
oled.py
|
@ -16,4 +16,4 @@ def Balance(user_name, balance):
|
|||
display.show()
|
||||
|
||||
if __name__ == "__main__":
|
||||
Balance("Test", 255555)
|
||||
Balance("Test", -255555)
|
||||
|
|
Loading…
Reference in a new issue