Skip to content

Commit 5340dd8

Browse files
authored
Merge pull request #68 from ComputerScienceHouse/master
Update dev branch to master
2 parents 0217fdc + b78dfbe commit 5340dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

embedded/jingles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def boot_sync(self):
1616
self.buzzer.off()
1717

1818
async def play(self, file):
19-
with open(f"aud_jingles/file") as jingle_file:
19+
with open(f"aud_jingles/{file}") as jingle_file:
2020
self.buzzer.on()
2121
for action in jingle_file:
2222
action_split = action.split('#', 1)[0].split(' ', 1)

0 commit comments

Comments
 (0)