From f1c0cbf8adfc192c7a0b863e021faaabcc4a3648 Mon Sep 17 00:00:00 2001 From: Boyan Date: Wed, 20 Jul 2022 17:31:08 +0300 Subject: [PATCH] this might work --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fcec3c5..1cc39d5 100644 --- a/main.py +++ b/main.py @@ -27,4 +27,4 @@ def button_press(gpio:int, level) -> bool: if __name__ == "__main__": - asyncio.run(button_press(10, pigpio.EITHER_EDGE)) \ No newline at end of file + print(asyncio.run(button_press(10, pigpio.EITHER_EDGE))) \ No newline at end of file