diff --git a/app.py b/app.py index e4070da..8ce269e 100644 --- a/app.py +++ b/app.py @@ -10,10 +10,6 @@ cache=Cache(app) def index(): return render_template("map.html") -@app.route("/gas.ico") -def favicon(): - return send_from_directory(app.static_folder,"gas.ico") - @app.route("/samsclub.csv") @cache.cached(timeout=1800) def sams(): diff --git a/templates/map.html b/templates/map.html index a715cf1..0417856 100644 --- a/templates/map.html +++ b/templates/map.html @@ -5,7 +5,7 @@ Gas Prices - +