diff --git a/main.py b/main.py index 76c401e..73dcc7e 100644 --- a/main.py +++ b/main.py @@ -102,8 +102,6 @@ async def touch(event): else: print("touch problem") return None - - return None async def is_SPACE_event(event): @@ -504,6 +502,7 @@ async def show_instruction_screen(image): pygame.quit() sys.exit() elif await is_SPACE_event(event) or result == "snap": + print (result) waiting = False async def fail_current_case():