From 9d6c19be90bd87b9c8022226e9c8f8a2d219d197 Mon Sep 17 00:00:00 2001 From: qananasikq Date: Fri, 17 Apr 2026 13:29:54 +0300 Subject: [PATCH] update sync filtering --- encar_scraper/worker/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/encar_scraper/worker/tasks.py b/encar_scraper/worker/tasks.py index 154c7db..d3c271c 100644 --- a/encar_scraper/worker/tasks.py +++ b/encar_scraper/worker/tasks.py @@ -200,6 +200,7 @@ def encar_sync_listing_task( redis_client=redis_client, allowed_brands=allowed_brands, excluded_brands=excluded_brands, + runtime_filters=rc.filters, probe_all_photos=rc.sync.probe_all_photos, )