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