Exactlier wording

This commit is contained in:
atse 2024-08-23 10:04:12 +08:00
parent 7696a07b4a
commit 585c33cabb
1 changed files with 1 additions and 1 deletions

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()