forked from M-Labs/thermostat
unused
This commit is contained in:
parent
7a5ec14b95
commit
752d6f8eab
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user