diff --git a/apps/predbat/predbat.py b/apps/predbat/predbat.py index 3a7ae23b..2e9d1f55 100644 --- a/apps/predbat/predbat.py +++ b/apps/predbat/predbat.py @@ -15600,7 +15600,6 @@ async def socketLoop(self): except Exception as e: self.log("Error: Web Socket exception in startup: {}".format(e)) self.log("Error: " + traceback.format_exc()) - continue if not self.base.stop_thread: self.log("Warn: Web Socket closed, will try to reconnect in 5 seconds")