From a8e6a09aa3344225738904599332de6f0005dd7c Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Sun, 27 Dec 2015 18:48:16 +0100 Subject: [PATCH] Went a little too fast right there --- run.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.py b/run.py index 405f328..1422fcf 100755 --- a/run.py +++ b/run.py @@ -125,10 +125,10 @@ def faq(): def favicon(): return send_from_directory('static', 'favicon.ico') @app.route('/apple-touch-icon.png') -def favicon(): +def appleTouch(): return send_from_directory('static', 'logo/152px.png') -@app.route('/apple-touch-icon.png') -def favicon(): +@app.route('/robots.txt') +def robotsTxt(): return send_from_directory('static', 'robots.txt') # Custom 404