Update parser
This commit is contained in:
@@ -2234,6 +2234,8 @@ class IAAIScraper:
|
||||
only_new = rc.only_new
|
||||
if lane == "iaai_cars" and rc.lane is not None:
|
||||
lane = rc.lane
|
||||
if listing_url is None and rc.name:
|
||||
listing_url = rc.name
|
||||
|
||||
trace_id = self._new_trace_id("sync-listing")
|
||||
started_at = time.perf_counter()
|
||||
@@ -2260,6 +2262,8 @@ class IAAIScraper:
|
||||
year_min,
|
||||
year_max,
|
||||
)
|
||||
if listing_url:
|
||||
logger.info("sync_listing uses explicit listing_url from runtime/args: %s", listing_url)
|
||||
fast_engine = FastSyncEngine(
|
||||
client=self.fast_client,
|
||||
mapper=self.fast_mapper,
|
||||
|
||||
Reference in New Issue
Block a user