Skip to content

Commit

Permalink
Print log WACZ URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Mar 14, 2024
1 parent aef00fc commit 298b8ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/btrixcloud/storages.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ def organize_based_on_instance_number(
if wacz_url.startswith("/data"):
origin = self.get_origin(headers)
wacz_url = f"{origin}{wacz_url}"
print(f"WACZ URL: {wacz_url}", flush=True)

with RemoteZip(wacz_url) as remote_zip:
log_files: List[ZipInfo] = [
Expand Down Expand Up @@ -665,6 +666,7 @@ def stream_page_lines(
if wacz_url.startswith("/data"):
origin = self.get_origin(headers)
wacz_url = f"{origin}{wacz_url}"
print(f"WACZ URL: {wacz_url}", flush=True)

with RemoteZip(wacz_url) as remote_zip:
page_files: List[ZipInfo] = [
Expand Down

0 comments on commit 298b8ab

Please sign in to comment.