From 3e4c4442cffc491f5c48f1a8c95c178153c10a73 Mon Sep 17 00:00:00 2001 From: pascald Date: Sun, 4 May 2025 14:07:40 +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 556f4ba..c0cef66 100644 --- a/main.py +++ b/main.py @@ -501,7 +501,7 @@ async def show_instruction_screen(image): if event.type == pygame.QUIT: pygame.quit() sys.exit() - elif is_SPACE_event(event) or (result == "snap"): + elif is_SPACE_event(event) or (result == "snapi"): waiting = False async def fail_current_case():