it
This commit is contained in:
@@ -40,7 +40,7 @@ class TroostwijkScraper:
|
||||
self.download_images = DOWNLOAD_IMAGES
|
||||
|
||||
async def _download_image(self, session: 'aiohttp.ClientSession', url: str, lot_id: str, index: int) -> Optional[str]:
|
||||
"""Download an image and save it locally (without rate limiting - concurrent within lot)"""
|
||||
"""Download an image and save it locally (without rate limiting - concurrent within lot)"""
|
||||
if not self.download_images:
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user