fix(tradein/scraper-kit): pass proxy_provider through run_yandex_full_load (review)
Параметр добавлялся, но не доходил до YandexRealtyScraper — dead param (review-замечание, live caller'а у функции в kit пока нет).
This commit is contained in:
parent
a9f65c95bd
commit
ab335279dc
1 changed files with 1 additions and 1 deletions
|
|
@ -2967,7 +2967,7 @@ async def run_yandex_full_load(
|
|||
runs.update_heartbeat(db, run_id, counters.to_dict())
|
||||
|
||||
try:
|
||||
async with YandexRealtyScraper(config) as scraper:
|
||||
async with YandexRealtyScraper(config, proxy_provider=proxy_provider) as scraper:
|
||||
scraper.request_delay_sec = request_delay_sec
|
||||
|
||||
await scraper.fetch_all_secondary(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue