This commit is contained in:
atse 2024-08-14 11:54:21 +08:00
parent 2eb7eb40a2
commit 7696a07b4a
1 changed files with 1 additions and 1 deletions

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: