test
This commit is contained in:
parent
d9ef4a6167
commit
3278d209e1
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(1, "Test", 2)
|
||||
Balance("Test", 2)
|
||||
|
|
Loading…
Reference in a new issue