From f8ccb4961802d4b4a955cb58133276635cf5c210 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Thu, 14 Mar 2024 13:05:45 -0400 Subject: [PATCH] Fix typo --- backend/btrixcloud/storages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/btrixcloud/storages.py b/backend/btrixcloud/storages.py index 64208d8e3..b312dbffe 100644 --- a/backend/btrixcloud/storages.py +++ b/backend/btrixcloud/storages.py @@ -647,7 +647,7 @@ def stream_page_lines( for wacz_file in wacz_files: wacz_url = wacz_file.path if wacz_url.startswith("/data"): - wacz_url = f"http://browsertrix-cloud-frontend.default/{wacz_url}" + wacz_url = f"http://browsertrix-cloud-frontend.default{wacz_url}" print(f"WACZ URL: {wacz_url}", flush=True) with RemoteZip(wacz_url) as remote_zip: