diff options
Diffstat (limited to 'app.py')
-rw-r--r-- | app.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -140,3 +140,7 @@ def index_results(LPUSER, PPA, PACKAGE, RELEASE, ARCH): base_url="https://autopkgtest.ubuntu.com/", static_url="/static", ) + +@app.route("/favicon.ico") +def index_favicon(): + return "", 404 |