forked from M-Labs/thermostat
unused
This commit is contained in:
parent
2eb7eb40a2
commit
7696a07b4a
|
@ -221,7 +221,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
||||||
await self.thermostat.set_report_mode(enabled)
|
await self.thermostat.set_report_mode(enabled)
|
||||||
|
|
||||||
@asyncClose
|
@asyncClose
|
||||||
async def closeEvent(self, event):
|
async def closeEvent(self, _event):
|
||||||
try:
|
try:
|
||||||
await self.bail()
|
await self.bail()
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in New Issue