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