From 30808804f845f598e52612dd679208dbc891af95 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 24 Dec 2015 23:05:27 +0100 Subject: [PATCH] Actually, that was pointless --- run.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/run.py b/run.py index 599f77d..f0e6f42 100755 --- a/run.py +++ b/run.py @@ -119,8 +119,6 @@ def privacy(): @app.route('/faq') def faq(): return render_template('faq.html', page=config["SITE_DATA"]) -def favicon(): - return send_from_directory('static', 'favicon.ico') # Custom 404 @app.errorhandler(404)