From 8a4a963f9bde6e576f2262f8dce1630628b03ce9 Mon Sep 17 00:00:00 2001 From: atse Date: Fri, 23 Aug 2024 16:23:00 +0800 Subject: [PATCH] Extra bail removed --- pytec/tec_qt.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pytec/tec_qt.py b/pytec/tec_qt.py index 4dbec37..8a57ec1 100755 --- a/pytec/tec_qt.py +++ b/pytec/tec_qt.py @@ -70,8 +70,6 @@ class MainWindow(QtWidgets.QMainWindow): "Connection Error", "Thermostat connection lost. Is it unplugged?" ) - self.bail() - self.thermostat.connection_error.connect(handle_connection_error) self.thermostat.connection_error.connect(self.thermostat.timed_out)