dump images using aiohttp and concurrently
This commit is contained in:
parent
01ac24b4b7
commit
68cc70bd11
2 changed files with 30 additions and 28 deletions
|
|
@ -19,8 +19,7 @@ async def dump_detail(listing_paths: list[str]):
|
|||
|
||||
|
||||
async def _dump_detail_for_listing(listing: Listing):
|
||||
incremental = True
|
||||
if incremental and not listing.path_detail_json().exists():
|
||||
if listing.path_detail_json().exists():
|
||||
return
|
||||
|
||||
# for listing in tqdm(filtered_listings):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue