uh hehe i forgot to actually remove the line instead of just commenting it

This commit is contained in:
codl 2017-09-10 14:26:17 +02:00
parent 7b4c8a8fe1
commit 47c41bad00
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 0 additions and 1 deletions

View File

@ -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)