forked from M-Labs/thermostat
Extra bail removed
This commit is contained in:
parent
78e9068e2b
commit
34911e395b
|
@ -72,8 +72,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)
|
||||||
|
|
Loading…
Reference in New Issue