From 3fb450d2ca1e0181cbc8114e170e952e41060e82 Mon Sep 17 00:00:00 2001 From: atse Date: Thu, 22 Aug 2024 17:57:39 +0800 Subject: [PATCH] _ --- pytec/pytec/gui/model/thermostat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytec/pytec/gui/model/thermostat.py b/pytec/pytec/gui/model/thermostat.py index 769d63c..8ce98d0 100644 --- a/pytec/pytec/gui/model/thermostat.py +++ b/pytec/pytec/gui/model/thermostat.py @@ -36,7 +36,7 @@ class Thermostat(QObject, metaclass=PropertyMeta): while True: if self._update_params_task.done(): try: - _ = self._update_params_task.result() + self._update_params_task.result() except asyncio.TimeoutError: logging.error( "Encountered an error while polling for information from Thermostat.",