diff --git a/badger_os/launcher.py b/badger_os/launcher.py index a860633..372a239 100644 --- a/badger_os/launcher.py +++ b/badger_os/launcher.py @@ -37,7 +37,7 @@ badger_os.state_load("launcher", state) -examples = [x[:-3] for x in os.listdir("/examples") if x.endswith(".py")] +examples = [x[:-3] for x in os.listdir(APP_DIR) if x.endswith(".py")] # Approximate center lines for buttons A, B and C centers = (41, 147, 253)