use ico for favicon
This commit is contained in:
parent
3b94ad5daf
commit
c3ff893151
4 changed files with 1 additions and 6 deletions
4
app.py
4
app.py
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue