Fix CampAtmo.stop(self) signature
This commit is contained in:
parent
df72c78525
commit
eea986304e
|
@ -98,7 +98,7 @@ class CampAtmo:
|
||||||
)
|
)
|
||||||
self.lines_thread.start()
|
self.lines_thread.start()
|
||||||
|
|
||||||
def stop():
|
def stop(self):
|
||||||
self.stopped = True
|
self.stopped = True
|
||||||
self.lines_thread.join(2)
|
self.lines_thread.join(2)
|
||||||
self.background_thread.join(0.5)
|
self.background_thread.join(0.5)
|
||||||
|
|
Loading…
Reference in New Issue