From 93308cbee10da12e5c217d9f4543f345f9de2a88 Mon Sep 17 00:00:00 2001 From: pascald Date: Sun, 4 May 2025 22:26:09 +0200 Subject: [PATCH] test webhook --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 556f4ba..507148a 100644 --- a/main.py +++ b/main.py @@ -100,7 +100,7 @@ def touch(event): elif dy < -50 and abs(dx) < 80 and duration > 0.08: return "ontop" else: - print("touch problem") + print("touch probleeeeem") return False return False