Commit ce32b69c6b4a16e22547baf5f8db3ea8cc71a563
- swtr.py 2 -+
- Diff rendering mode:
- inline
- side by side
swtr.py
47 | return render_template('404.html'), 404 | 47 | return render_template('404.html'), 404 |
---|---|---|---|
48 | 48 | ||
49 | 49 | ||
50 | 50 | @app.errorhandler(500) | |
51 | def internal_error(e): | 51 | def internal_error(e): |
52 | return render_template('500.html'), 500 | 52 | return render_template('500.html'), 500 |
53 | 53 |