fix movie crash, add more practice graphics

This commit is contained in:
Anthony Samms
2025-11-11 23:26:38 -05:00
parent d95180413b
commit b33f43fa0f
4 changed files with 86 additions and 13 deletions

View File

@@ -145,7 +145,7 @@ def main():
current_screen = Screens.LOADING
logger.info(f"Initial screen: {current_screen}")
audio.set_log_level(1)
audio.set_log_level((log_level-1)//10)
old_stderr = os.dup(2)
devnull = os.open(os.devnull, os.O_WRONLY)
os.dup2(devnull, 2)