This commit is contained in:
atse 2024-08-22 17:57:39 +08:00
parent 54472c0eee
commit ccec874756

View File

@ -36,7 +36,7 @@ class Thermostat(QObject, metaclass=PropertyMeta):
while True:
if self.task.done():
try:
_ = self.task.result()
self.task.result()
except asyncio.TimeoutError:
logging.error(
"Encountered an error while polling for information from Thermostat.",