Skip to content

Commit 3df559e

Browse files
authored
Merge pull request #2646 from adafruit/fraz_wrench
renaming "fraz" to "faz"
2 parents 7e37264 + 7ac214b commit 3df559e

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

Fraz_Wrench/code.py renamed to Faz_Wrench/code.py

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

File renamed without changes.

0 commit comments

Comments
 (0)