Skip to content

Commit 697c386

Browse files
committed
tweaks
1 parent d064c53 commit 697c386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/btrixcloud/basecrawls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ async def resolve_signed_urls(
475475
) -> List[CrawlFileOut]:
476476
"""Regenerate presigned URLs for files as necessary"""
477477
if not files:
478-
print("no files")
479478
return []
480479

481480
out_files = []
@@ -488,6 +487,7 @@ async def resolve_signed_urls(
488487

489488
files_dict = [file.dict() for file in files]
490489

490+
# need an async generator to call bulk_presigned_files
491491
async def async_gen():
492492
yield {"presigned": presigned, "files": files_dict, "_id": crawl_id}
493493

0 commit comments

Comments
 (0)