diff --git a/compLib/IPService.py b/compLib/IPService.py index dcf81b2..1a97fff 100644 --- a/compLib/IPService.py +++ b/compLib/IPService.py @@ -69,7 +69,8 @@ def write_ip_to_screen(): Display.write(4, f"IP: {ip}") Display.write(1, datetime.datetime.now().strftime("%b %d %H:%M:%S")) Lock.unlock() - time.sleep(10) + + time.sleep(10) except Exception as e: print(f"Exception in write ip thread: {e}") time.sleep(5)