forked from M-Labs/thermostat
Extra bail removed
This commit is contained in:
parent
d8c7db3f66
commit
9f0064a61c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue