Skip to content

Commit

Permalink
fin?
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslayerrq committed Dec 4, 2023
1 parent 926f448 commit 4def61b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web-app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ def analyze_data():
result = response.json()
return jsonify(result)
return (
jsonify(
{"error": "Failed to send and process audio. Please try again."}
),
jsonify({"error": "Failed to send and process audio. Please try again."}),
500,
)

Expand Down

0 comments on commit 4def61b

Please sign in to comment.