Skip to content

Commit c18452a

Browse files
committed
relay fix
Signed-off-by: Iris Koester <[email protected]>
1 parent c449039 commit c18452a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

villas/controller/components/managers/villas_relay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def status(self):
9494
status = super().status
9595

9696
try:
97-
version = self._status.get('version')
97+
version = status.get('version')
9898
status['status']['villas_relay_version'] = version
9999
except Exception as e:
100100
self.change_to_error('failed to get version from VILLASrelay',

0 commit comments

Comments
 (0)