Actually, that was pointless

This commit is contained in:
Dominik V. Salonen 2015-12-24 23:05:27 +01:00
parent efd21eb531
commit 30808804f8
1 changed files with 0 additions and 2 deletions

2
run.py
View File

@ -119,8 +119,6 @@ def privacy():
@app.route('/faq') @app.route('/faq')
def faq(): def faq():
return render_template('faq.html', page=config["SITE_DATA"]) return render_template('faq.html', page=config["SITE_DATA"])
def favicon():
return send_from_directory('static', 'favicon.ico')
# Custom 404 # Custom 404
@app.errorhandler(404) @app.errorhandler(404)