From 0df6dd44fe82486e20982d11d1aa623dc5240c1f Mon Sep 17 00:00:00 2001 From: steven Date: Mon, 5 May 2025 15:54:54 -0400 Subject: [PATCH] remove unneeded path to ico --- app.py | 4 ---- templates/map.html | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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 - +