Extra bail removed

This commit is contained in:
atse 2024-08-23 16:23:00 +08:00
parent 78e9068e2b
commit 34911e395b
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,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)