Fix CampAtmo.stop(self) signature

master
Jakob 5 years ago
parent df72c78525
commit eea986304e

@ -98,7 +98,7 @@ class CampAtmo:
)
self.lines_thread.start()
def stop():
def stop(self):
self.stopped = True
self.lines_thread.join(2)
self.background_thread.join(0.5)

Loading…
Cancel
Save