summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/app.py b/app.py
index 5c9b62f..1c3a373 100644
--- a/app.py
+++ b/app.py
@@ -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