Skip to content

Commit c1b98be

Browse files
committed
Update code.py
1 parent aa30844 commit c1b98be

File tree

1 file changed

+1
-1
lines changed
  • Raspberry_Pi_Halloween_Costume_Detector

1 file changed

+1
-1
lines changed

Raspberry_Pi_Halloween_Costume_Detector/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def get_costume_joke(image_path):
142142
joke = message.content[0].text
143143
print(f"Claude's joke: {joke}")
144144
return joke
145-
# pylint: disable=subprocess-run-check
145+
# pylint: disable=subprocess-run-check, broad-except
146146
def play_audio_file(filename):
147147
"""Play a pre-existing audio file"""
148148
print(f"Playing {filename}...")

0 commit comments

Comments
 (0)