This commit is contained in:
atse 2024-08-14 11:54:21 +08:00
parent 7a5ec14b95
commit 752d6f8eab

View File

@ -221,7 +221,7 @@ class MainWindow(QtWidgets.QMainWindow):
await self.thermostat.set_report_mode(enabled)
@asyncClose
async def closeEvent(self, event):
async def closeEvent(self, _event):
try:
await self.bail()
except: