Exactlier wording

This commit is contained in:
atse 2024-08-23 10:04:12 +08:00
parent 50c1bb5929
commit f1d33f4729

View File

@ -38,7 +38,7 @@ class Thermostat(QObject, metaclass=PropertyMeta):
_ = self.task.result() _ = self.task.result()
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.connection_error.emit() self.connection_error.emit()