Skip to content

Commit 7ac214b

Browse files
committed
renaming "fraz" to "faz"
apparently the it is called the "faz wrench" and not "fraz wrench"
1 parent 7e514ac commit 7ac214b

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
puzzle_msgs = ["UNLOCK\nDOOR", "DOOR\nUNLOCKED", "UNLOCKING"]
4848

4949
wavs = []
50-
for filename in os.listdir('/fraz_sounds'):
50+
for filename in os.listdir('/faz_sounds'):
5151
if filename.lower().endswith('.wav') and not filename.startswith('.'):
52-
wavs.append("/fraz_sounds/"+filename)
52+
wavs.append("/faz_sounds/"+filename)
5353
wavs.sort()
5454
print(wavs)
5555

0 commit comments

Comments
 (0)