This commit is contained in:
Tour
2025-12-07 16:00:38 +01:00
parent 1b336c49ba
commit fd69faebcc
2 changed files with 142 additions and 1 deletions

View File

@@ -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