bail on search for now

This commit is contained in:
Christine Dodrill 2015-08-09 13:17:12 -07:00
parent 8cf8bdc1ea
commit b8e3b0323b
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ def show_random_ep():
@app.route("/search") @app.route("/search")
def search(): def search():
return 500, "Not implemented yet" abort(500)
if __name__ == '__main__': if __name__ == '__main__':
app.run(host="0.0.0.0", debug=True) app.run(host="0.0.0.0", debug=True)