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