1 Commits
0.0.4 ... 0.0.5

Author SHA1 Message Date
f8f9449c99 another fix 2023-05-23 13:26:48 +02:00

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)