()
| 423 | |
| 424 | @app.route("/favicon.ico") |
| 425 | def favicon(): |
| 426 | return open(os.path.join(os.path.dirname(__file__), get_domain_data()["favicon"][1:]), "rb").read() |
| 427 | |
| 428 | @app.route("/ads.txt") |
| 429 | def ads(): |
nothing calls this directly
no test coverage detected