diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-05-22 12:46:27 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-05-22 12:46:27 -0600 |
commit | ecfec87bb82c43de3ab8e4ca0aa2418d0420b023 (patch) | |
tree | a71565aef37cc9e14548f7d2c0873732a69e00c0 /app.py | |
parent | 9037824e23cd386fe499788a47dfbf4f9d8a5917 (diff) |
Diffstat (limited to 'app.py')
-rw-r--r-- | app.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -177,3 +177,5 @@ def find_similar_title(): deets["trakt_id"] = trakt_id results.append(deets) return render_template("same_titles.html", deets=results) + else: + return "Ayo! use GET or POST method only" |