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