Skip to content
Snippets Groups Projects
Commit 71deaaf3 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-769: Remove reference to non-existing member

parent f289b92b
No related branches found
No related tags found
1 merge request!317Resolve L2SS-769 "Implement digital beam"
......@@ -328,7 +328,7 @@ class BeamTracker():
return
self.done = False
self.thread = Thread(target=self._update_pointing_direction, name=f"BeamTracker of {self.device.get_name()}")
self.thread = Thread(target=self._update_pointing_direction, name="BeamTracker")
self.thread.start()
logger.info("BeamTracking thread started")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment