Compare commits

...

2 Commits

@ -98,10 +98,10 @@ class CampAtmo:
) )
self.lines_thread.start() self.lines_thread.start()
def stop(): def stop(self):
self.stopped = True self.stopped = True
self.background_thread.join(1.2)
self.lines_thread.join(2) self.lines_thread.join(2)
self.background_thread.join(0.5)
def load_sounds(self): def load_sounds(self):
type_names = glob("samples/*/") type_names = glob("samples/*/")

Loading…
Cancel
Save