From bda701948b4e1cb3930f34b72efec78927a1c1cd Mon Sep 17 00:00:00 2001 From: pascald Date: Sat, 3 May 2025 02:23:32 +0200 Subject: [PATCH] final changes for better touch function --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index b8a2e0c..8713d01 100644 --- a/main.py +++ b/main.py @@ -101,7 +101,7 @@ async def touch(event): return "ontop" else: print("touch problem") - return "False" + return "touch problem" return "False" async def is_SPACE_event(event): @@ -502,7 +502,7 @@ async def show_instruction_screen(image): pygame.quit() sys.exit() elif await is_SPACE_event(event) or (result == "snap"): - print ("test") + print ("test "+result) waiting = False async def fail_current_case():