forked from M-Labs/thermostat
Actually its OSError
This commit is contained in:
parent
3a1c7792c9
commit
0107ed0acc
@ -37,7 +37,7 @@ class Thermostat(QObject, metaclass=PropertyMeta):
|
||||
if self._update_params_task.done():
|
||||
try:
|
||||
self._update_params_task.result()
|
||||
except asyncio.TimeoutError:
|
||||
except OSError:
|
||||
logging.error(
|
||||
"Encountered an error while polling for information from Thermostat.",
|
||||
exc_info=True,
|
||||
|
Loading…
Reference in New Issue
Block a user