MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / favicon

Function favicon

main.py:425–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

423
424@app.route("/favicon.ico")
425def favicon():
426 return open(os.path.join(os.path.dirname(__file__), get_domain_data()["favicon"][1:]), "rb").read()
427
428@app.route("/ads.txt")
429def ads():

Callers

nothing calls this directly

Calls 1

get_domain_dataFunction · 0.85

Tested by

no test coverage detected