From 3a22e60226ca8fd5043320ff972ded3d1ed4ebde Mon Sep 17 00:00:00 2001 From: yhtiyar Date: Fri, 17 Dec 2021 02:04:25 +0300 Subject: [PATCH] fixed job pickup --- crawlers/mooncrawl/mooncrawl/moonworm_crawler/crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlers/mooncrawl/mooncrawl/moonworm_crawler/crawler.py b/crawlers/mooncrawl/mooncrawl/moonworm_crawler/crawler.py index 9a566850..b32afad5 100644 --- a/crawlers/mooncrawl/mooncrawl/moonworm_crawler/crawler.py +++ b/crawlers/mooncrawl/mooncrawl/moonworm_crawler/crawler.py @@ -99,7 +99,7 @@ def get_crawl_job_entries( # (in the last query bugout didn't return all of by last created_at) # On the other hand, we may have multiple same jobs that will be filtered out # - query += f" #created_at:>={created_at_filter}" + query += f" created_at:>={created_at_filter}" current_offset = 0 entries = []