diff --git a/app.py b/app.py index 9cf0dcb..e4070da 100644 --- a/app.py +++ b/app.py @@ -10,9 +10,9 @@ cache=Cache(app) def index(): return render_template("map.html") -@app.route("/gas.svg") +@app.route("/gas.ico") def favicon(): - return send_from_directory(app.static_folder,"gas.svg") + return send_from_directory(app.static_folder,"gas.ico") @app.route("/samsclub.csv") @cache.cached(timeout=1800) diff --git a/static/gas.ico b/static/gas.ico new file mode 100644 index 0000000..29a2024 Binary files /dev/null and b/static/gas.ico differ diff --git a/static/gas.svg b/static/gas.svg deleted file mode 100644 index 651389c..0000000 --- a/static/gas.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/map.html b/templates/map.html index c562adb..a715cf1 100644 --- a/templates/map.html +++ b/templates/map.html @@ -5,7 +5,7 @@ Gas Prices - +