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, )