diff --git a/pytec/tec_qt.py b/pytec/tec_qt.py index 54e9ed8..18a7e70 100644 --- a/pytec/tec_qt.py +++ b/pytec/tec_qt.py @@ -134,6 +134,7 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow): self.tec_client = Client() self.client_watcher = ClientWatcher(self, self.tec_client, self.report_refresh_spin.value()) self.client_watcher.fan_update.connect(self.fan_update) + self.client_watcher.report_update.connect(self.update_report) self.report_apply_btn.clicked.connect( lambda: self.client_watcher.set_update_s(self.report_refresh_spin.value()) )