Sentry checked.

This commit is contained in:
Julien Palard 2020-01-06 23:11:48 +01:00
parent e956c0237a
commit 28b0f29720

View File

@ -315,11 +315,6 @@ def status():
return jsonify(stats)
@app.route("/debug-sentry")
def trigger_error():
print(1 / 0)
@app.template_filter("rfc822_datetime")
def format_rfc822_datetime(timestamp):
return email.utils.formatdate(int(timestamp))