aboutsummaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/app.py b/app.py
index a843c44..d24def9 100644
--- a/app.py
+++ b/app.py
@@ -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"