From f8f9449c99d5855cc1e2dad54c2c69b270b48011 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 23 May 2023 13:26:48 +0200 Subject: [PATCH] another fix --- src/preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preprocess.py b/src/preprocess.py index 41562ed..91d71ef 100644 --- a/src/preprocess.py +++ b/src/preprocess.py @@ -63,7 +63,7 @@ class DbOp(object): 'unit': res[2] } logger.debug(f"{variable=}") - return application + return variable except Exception as e: logger.error(f"Error getting variable: {e}") raise VariableNotFoundException(appId, converterId, deviceId, variableId)