sound fix?

pull/1/head
hagi 2022-12-29 22:16:27 +01:00
parent ad862d61e2
commit b189600ecc
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class BlunderEvaluator:
"""
path = sound_path / move_type
mixer.init()
mixer.music.load("sounds/" + random.choice(os.listdir(path)))
mixer.music.load(path / random.choice(os.listdir(path)))
mixer.music.play()
# while mixer.music.get_busy():
# time.sleep(0.)