Skip to content

Commit

Permalink
relay fix
Browse files Browse the repository at this point in the history
Signed-off-by: Iris Koester <[email protected]>
  • Loading branch information
iripiri committed Aug 14, 2023
1 parent c449039 commit c18452a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion villas/controller/components/managers/villas_relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def status(self):
status = super().status

try:
version = self._status.get('version')
version = status.get('version')
status['status']['villas_relay_version'] = version
except Exception as e:
self.change_to_error('failed to get version from VILLASrelay',
Expand Down

0 comments on commit c18452a

Please sign in to comment.