From 7cde7cf0c9968f066ccc5cdb7448ba6e3f3a6bc6 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 22 Apr 2025 15:00:06 +0200 Subject: [PATCH] Spaces --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()