forked from M-Labs/thermostat
Add back asyncSlot to save_cfg_request
This commit is contained in:
parent
911b4c680f
commit
7997ef2472
@ -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