This commit is contained in:
atse 2024-08-14 11:54:21 +08:00
parent ab3b26a2a4
commit 0988ed24d6

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: