From 47c41bad00f52b0968d3caf1ee7de778d247ed6f Mon Sep 17 00:00:00 2001 From: codl Date: Sun, 10 Sep 2017 14:26:17 +0200 Subject: [PATCH] uh hehe i forgot to actually remove the line instead of just commenting it --- routes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/routes.py b/routes.py index cc457b2..3078283 100644 --- a/routes.py +++ b/routes.py @@ -60,7 +60,6 @@ def not_found(e): @app.errorhandler(500) -#@app.errorhandler(Exception) def internal_server_error(e): return (render_template('500.html', e=e), 500)