We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa30844 commit c1b98beCopy full SHA for c1b98be
Raspberry_Pi_Halloween_Costume_Detector/code.py
@@ -142,7 +142,7 @@ def get_costume_joke(image_path):
142
joke = message.content[0].text
143
print(f"Claude's joke: {joke}")
144
return joke
145
-# pylint: disable=subprocess-run-check
+# pylint: disable=subprocess-run-check, broad-except
146
def play_audio_file(filename):
147
"""Play a pre-existing audio file"""
148
print(f"Playing {filename}...")
0 commit comments