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