forked from M-Labs/thermostat
Exactlier wording
This commit is contained in:
parent
7696a07b4a
commit
585c33cabb
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue