another fix

This commit is contained in:
2023-05-23 13:26:48 +02:00
parent ab35b815fb
commit f8f9449c99

View File

@ -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)