This commit is contained in:
atse 2023-07-18 12:43:44 +08:00
parent 3d801666fa
commit 8045d8c93d
1 changed files with 1 additions and 1 deletions

View File

@ -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