Skip to content
Snippets Groups Projects
Commit ca866708 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent 1ee0b252
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class ZTPlot(Module):
self.run = True
self.max_queue = 3
self.queue = queue.Queue()
self.thread = threading.Thread(target=self.plot, deamon=True)
self.thread = threading.Thread(target=self.plot, daemon=True)
self.thread.start()
def process(self, blob):
......
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