Exactlier wording

This commit is contained in:
atse 2024-08-23 10:04:12 +08:00
parent 159fdd863b
commit 10acb23c82

View File

@ -45,7 +45,7 @@ class Thermostat(QObject, metaclass=PropertyMeta):
raise self.task.exception()
except asyncio.TimeoutError:
logging.error(
"Encountered an error while updating parameter tree.",
"Encountered an error while polling for information from Thermostat.",
exc_info=True,
)
_ = self.task.result()