Remove stuff that would update on polling anyway

zotino-tec
atse 2023-08-11 17:22:54 +08:00
parent 01a3601c3b
commit 4ca3b14877
1 changed files with 0 additions and 1 deletions

View File

@ -501,7 +501,6 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow):
self.hw_rev_data = await self.client.hw_rev()
self._status(self.hw_rev_data)
self.client_watcher.start_watching()
self.fan_update(await self.client.get_fan())
# await self.client.set_param("fan", 1)
else:
self.status_lbl.setText("Disconnected")