summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.py b/app.py
index a07760c..417beee 100644
--- a/app.py
+++ b/app.py
@@ -169,6 +169,7 @@ def index_results(LPUSER, PPA, PACKAGE, RELEASE, ARCH):
title_suffix=f"{LPUSER} {PPA} {PACKAGE}",
base_url="https://autopkgtest.ubuntu.com/",
static_url="/static",
+ ppa=f"{LPUSER}/{PPA}",
)
@app.route("/favicon.ico")