This commit is contained in:
atse 2024-08-14 11:54:21 +08:00
parent 1d4bc5c53f
commit 38eb1c886d

View File

@ -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: