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:
bot-backend 2026-07-03 09:33:08 +03:00
parent a9f65c95bd
commit ab335279dc

View file

@ -2967,7 +2967,7 @@ async def run_yandex_full_load(
runs.update_heartbeat(db, run_id, counters.to_dict()) runs.update_heartbeat(db, run_id, counters.to_dict())
try: try:
async with YandexRealtyScraper(config) as scraper: async with YandexRealtyScraper(config, proxy_provider=proxy_provider) as scraper:
scraper.request_delay_sec = request_delay_sec scraper.request_delay_sec = request_delay_sec
await scraper.fetch_all_secondary( await scraper.fetch_all_secondary(