From 3278d209e1e744281ef08b19a20d39cc74837806 Mon Sep 17 00:00:00 2001 From: bton Date: Fri, 12 Apr 2024 21:55:05 +0200 Subject: [PATCH] test --- oled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)