From 5257c82e926805765dcee706bbb87b9a155e3c59 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Tue, 9 Jan 2024 12:24:18 +0100 Subject: Add README with dependencies Signed-off-by: Olivier Gayot --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') diff --git a/app.py b/app.py index 748210b..d797758 100644 --- a/app.py +++ b/app.py @@ -115,7 +115,7 @@ def human_sec(secs: int) -> str: @app.route("/////") def index_results(LPUSER, PPA, PACKAGE, RELEASE, ARCH): - 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}/" data = json.loads(urlopen(f"{autopkgtest_url_base}?format=json").read()) # Use the prefix as index -- cgit v1.2.3