This commit is contained in:
atse 2023-07-18 12:43:44 +08:00 committed by Tse Kwok Yan
parent ad74bf739b
commit f9817eb9e8
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