From 653bb3122c13431ba831bac565cef38b45579805 Mon Sep 17 00:00:00 2001 From: Sean Corrigan Date: Thu, 24 Dec 2020 14:59:40 -0500 Subject: [PATCH] debug --- PIcontroller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PIcontroller.py b/PIcontroller.py index 1fc33a7..b664226 100644 --- a/PIcontroller.py +++ b/PIcontroller.py @@ -48,6 +48,7 @@ if __name__ == "__main__": while True: try: # main() + pass except: pass main()