diff --git a/main.py b/main.py index c276563..6c98678 100644 --- a/main.py +++ b/main.py @@ -26,6 +26,5 @@ def button_press(gpio:int, level) -> bool: return True -cbf(10, pigpio.EITHER_EDGE) if __name__ == "__main__": asyncio.run(button_press()) \ No newline at end of file