use ico for favicon

This commit is contained in:
steven 2025-05-06 04:47:47 -04:00
parent 3b94ad5daf
commit c3ff893151
4 changed files with 1 additions and 6 deletions

4
app.py
View file

@ -15,10 +15,6 @@ stops={s.get("StopId"):[s.get("Latitude"),s.get("Longitude")] for s in data}
def index():
return render_template("map.html",stops=stops)
@app.route("/bus.svg")
def favicon():
return send_from_directory(app.static_folder,"bus.svg")
@app.route("/tarc.csv")
@cache.cached(timeout=5)
def tarc():