Skip to content

Commit

Permalink
changed to fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
epinnock committed Sep 26, 2022
1 parent c1acaec commit 951523c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def hanldeResponse(yt_link):
response = jsonify(csv_to_json(get_from_cache(yt_link)))
response.headers.add("Access-Control-Allow-Origin", "*")
return response
except FileNotFoundError:
except FileNotFoundError:
abort(404)


Expand Down

0 comments on commit 951523c

Please sign in to comment.