Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guessing_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def recognize_speech_from_mic(recognizer, microphone):
response["error"] = "Unable to recognize speech"

return response

# Main body

if __name__ == "__main__":
# set the list of words, maxnumber of guesses, and prompt limit
Expand Down