forked from M-Labs/thermostat
Exactlier wording
This commit is contained in:
parent
752d6f8eab
commit
aef3a9870b
@ -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
Block a user