Extra bail removed

This commit is contained in:
atse 2024-08-23 16:23:00 +08:00
parent d8c7db3f66
commit 9f0064a61c
1 changed files with 0 additions and 2 deletions

View File

@ -70,8 +70,6 @@ class MainWindow(QtWidgets.QMainWindow):
"Connection Error", "Thermostat connection lost. Is it unplugged?" "Connection Error", "Thermostat connection lost. Is it unplugged?"
) )
self.bail()
self.thermostat.connection_error.connect(handle_connection_error) self.thermostat.connection_error.connect(handle_connection_error)
self.thermostat.connection_error.connect(self.thermostat.timed_out) self.thermostat.connection_error.connect(self.thermostat.timed_out)