diff --git a/oled.py b/oled.py index 6d0bc50..996967a 100644 --- a/oled.py +++ b/oled.py @@ -16,4 +16,4 @@ def Balance(user_name, balance): display.show() if __name__ == "__main__": - Balance(1, "Test", 2) + Balance("Test", 2)