forked from M-Labs/thermostat
Add back asyncSlot to save_cfg_request
This commit is contained in:
parent
1829d72536
commit
99e1574886
@ -292,6 +292,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
||||
self.loading_spinner.start()
|
||||
self.loading_spinner.show()
|
||||
|
||||
@asyncSlot(int)
|
||||
async def save_cfg_request(self, ch):
|
||||
assert self.thermostat.connected()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user