From dc426b01627d9c2cf128fbea9aa08e4d9368461b Mon Sep 17 00:00:00 2001 From: Karman de Lange Date: Fri, 12 Jun 2020 10:04:47 +0000 Subject: [PATCH] fix typo --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 98e2dd6..ee7db8f 100755 --- a/monitor.py +++ b/monitor.py @@ -346,7 +346,7 @@ def start(): AC.start(config,devices) touch_pid_file() - running = false + running = False except KeyboardInterrupt: logging.debug("User Keyboard interuped") except Exception as e: