pull/789/head
Andrey 2023-05-30 17:34:49 +03:00
rodzic ee9fba7469
commit 9f82dc3b7f
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -149,8 +149,8 @@ def handle_historical_crawl(args: argparse.Namespace) -> None:
addresses_filter = []
extend_tags.extend(
[
"moonworm_task_pickedup:True",
"historical_crawl_status:pending",
"#moonworm_task_pickedup:True",
"!#historical_crawl_status:finsihed",
]
)

Wyświetl plik

@ -180,7 +180,7 @@ def get_crawl_job_entries(
if extend_tags is not None:
for tag in extend_tags:
query += f" #{tag.rstrip()}"
query += f" {tag.rstrip()}"
if created_at_filter is not None:
# Filtering by created_at