diff --git a/main.py b/main.py index 20a556d..bf66dcb 100644 --- a/main.py +++ b/main.py @@ -501,7 +501,7 @@ async def show_instruction_screen(image): pygame.quit() sys.exit() elif await is_SPACE_event(event) or (result == "snap"): - print (result) + print (result == "snap") waiting = False async def fail_current_case():