diff --git a/main.py b/main.py index f972560f..b8181aec 100644 --- a/main.py +++ b/main.py @@ -262,6 +262,6 @@ def run_app(scriptname,is_file,return_to_launcher=True): def run_launcher(): - run_app("/apps/com.example.launcher/assets/main.py",True,False) + run_app("/apps/com.example.launcher/assets/main.py", True, False) run_launcher()