diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2024-01-09 13:45:55 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2024-01-09 13:47:42 +0100 |
commit | 0f49c2cac2f898e781877aee64ec2ec844d33010 (patch) | |
tree | 2e0b06e3bdd6d51d453659d1419fe4bd2a595592 /app.py | |
parent | 0552741179f8a985d5fe559a7efec64be2ef6f97 (diff) |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
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") |