Compare commits

..

No commits in common. "12fd93ce6b26a5edc92f2da5e735495091ffb7fb" and "df72c785258c5e9a1305c6200286ec0a947b8dbd" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

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