Exactlier wording

This commit is contained in:
atse 2024-08-23 10:04:12 +08:00
parent 0988ed24d6
commit d0273cd41b

View File

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