kopia lustrzana https://github.com/bugout-dev/moonstream
Add changes.
rodzic
ee9fba7469
commit
9f82dc3b7f
|
@ -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",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue