diff options
Diffstat (limited to 'app.py')
-rw-r--r-- | app.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |