Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Mar 14, 2024
1 parent 60b4b40 commit f8ccb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/btrixcloud/storages.py
Expand Up @@ -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:
Expand Down

0 comments on commit f8ccb49

Please sign in to comment.