From c697d354a9e8fba08caed6c9dfb183f56c2539e5 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Tue, 9 Jan 2024 12:16:49 +0100 Subject: Update URL to show PPA results Signed-off-by: Olivier Gayot --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 6585f47..748210b 100644 --- a/app.py +++ b/app.py @@ -69,7 +69,7 @@ def index_package(LPUSER, PPA, PACKAGE): @app.route("////") def index_release(LPUSER, PPA, PACKAGE, RELEASE): - autopkgtest_url_base = f"https://autopkgtest.ubuntu.com/results/autopkgtest-{RELEASE}-{LPUSER}-{PPA}" + autopkgtest_url_base = f"https://autopkgtest.ubuntu.com/results/autopkgtest-{RELEASE}-{LPUSER}-{PPA}/" try: data = json.loads(urlopen(f"{autopkgtest_url_base}?format=json").read()) except urllib.error.HTTPError: -- cgit v1.2.3