Skip to content

Commit

Permalink
adds
Browse files Browse the repository at this point in the history
  • Loading branch information
lbormann committed Apr 15, 2024
1 parent f6fb015 commit d868c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autodarts-caller.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def load_callers():
for root, dirs, files in os.walk(AUDIO_MEDIA_PATH):

isCallerProfile = False
for value in CALLER_PROFILES.values():
for value in CALLER_PROFILES.keys():
if value in root:
isCallerProfile = True
break
Expand Down

0 comments on commit d868c64

Please sign in to comment.