remove unneeded path to ico

This commit is contained in:
steven 2025-05-05 15:54:54 -04:00
parent 7a2f9beb83
commit 0df6dd44fe
2 changed files with 1 additions and 5 deletions

4
app.py
View file

@ -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():