forked from M-Labs/thermostat
Grammar
This commit is contained in:
parent
3d801666fa
commit
8045d8c93d
|
@ -177,7 +177,7 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
|||
self._on_connection_changed(False)
|
||||
|
||||
except Exception as e:
|
||||
logging.error(f"Failed communicating to the {ip}:{port}: {e}")
|
||||
logging.error(f"Failed communicating to {ip}:{port}: {e}")
|
||||
self._on_connection_changed(False)
|
||||
self.connect_btn.setEnabled(True)
|
||||
self.tec_client = None
|
||||
|
|
Loading…
Reference in New Issue