fix(tradein/scraper-kit): проброс endpoint= в yandex/cian newbuilding BrowserFetcher (#2322) #2356

Merged
lekss361 merged 2 commits from fix/tradein-scraper-kit-newbuilding-endpoint into main 2026-07-04 00:17:10 +00:00
Showing only changes of commit ccf716119c - Show all commits

View file

@ -2456,7 +2456,7 @@ async def run_cian_city_sweep(
zhk_url: str = hrow["cian_zhk_url"]
counters.houses_attempted += 1
try:
nb_enrichment = await fetch_newbuilding(zhk_url)
nb_enrichment = await fetch_newbuilding(zhk_url, config=config)
if nb_enrichment is not None:
save_newbuilding_enrichment(db, house_id_val, nb_enrichment)
counters.houses_enriched += 1