forked from M-Labs/thermostat
Use connection lost nomenclature
This commit is contained in:
parent
760c1461e9
commit
e8930a4b7e
@ -73,7 +73,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||||||
def handle_connection_error():
|
def handle_connection_error():
|
||||||
logging.error("Client connection error, disconnecting")
|
logging.error("Client connection error, disconnecting")
|
||||||
self.info_box.display_info_box(
|
self.info_box.display_info_box(
|
||||||
"Connection Error", "Thermostat disconnected. Is it unplugged?"
|
"Connection Error", "Thermostat connection lost. Is it unplugged?"
|
||||||
)
|
)
|
||||||
|
|
||||||
self.bail()
|
self.bail()
|
||||||
|
Loading…
Reference in New Issue
Block a user