renaming "fraz" to "faz"
apparently the it is called the "faz wrench" and not "fraz wrench"
This commit is contained in:
parent
7e514ac4fa
commit
7ac214b86c
6 changed files with 2 additions and 2 deletions
|
|
@ -47,9 +47,9 @@ lcd.backlight = True
|
||||||
puzzle_msgs = ["UNLOCK\nDOOR", "DOOR\nUNLOCKED", "UNLOCKING"]
|
puzzle_msgs = ["UNLOCK\nDOOR", "DOOR\nUNLOCKED", "UNLOCKING"]
|
||||||
|
|
||||||
wavs = []
|
wavs = []
|
||||||
for filename in os.listdir('/fraz_sounds'):
|
for filename in os.listdir('/faz_sounds'):
|
||||||
if filename.lower().endswith('.wav') and not filename.startswith('.'):
|
if filename.lower().endswith('.wav') and not filename.startswith('.'):
|
||||||
wavs.append("/fraz_sounds/"+filename)
|
wavs.append("/faz_sounds/"+filename)
|
||||||
wavs.sort()
|
wavs.sort()
|
||||||
print(wavs)
|
print(wavs)
|
||||||
|
|
||||||
Loading…
Reference in a new issue