Skip to content
Snippets Groups Projects
Commit 798f570a authored by Taya Snijder's avatar Taya Snijder
Browse files

undid accidental merging master

parent 18a7903a
Branches
Tags
1 merge request!50Resolve L2SS-188 "2021 05 27 branched from master udp recv sst client"
...@@ -55,7 +55,7 @@ class SST(hardware_device): ...@@ -55,7 +55,7 @@ class SST(hardware_device):
# Stop keep-alive # Stop keep-alive
try: try:
self.set_comm_client.stop() self.sst_client.stop()
except Exception as e: except Exception as e:
self.warn_stream("Exception while stopping sst_client in configure_for_off function: {}. Exception ignored".format(e)) self.warn_stream("Exception while stopping sst_client in configure_for_off function: {}. Exception ignored".format(e))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment