From 63253b69eb68e2b6aaf011ff7d9211375b3baf86 Mon Sep 17 00:00:00 2001 From: pascald Date: Sat, 3 May 2025 01:41:49 +0200 Subject: [PATCH] final changes for better touch function --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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():