kopia lustrzana https://github.com/bugout-dev/moonstream
Fix loop.
rodzic
577df99a74
commit
291fd75df6
|
@ -523,13 +523,13 @@ def handle_crawl(args: argparse.Namespace) -> None:
|
|||
|
||||
else:
|
||||
|
||||
logger.info("Reading jobs from the journal")
|
||||
|
||||
jobs = []
|
||||
|
||||
# Bugout
|
||||
query = f"#state_job #blockchain:{blockchain_type.value}"
|
||||
|
||||
print(f"Query: {query}")
|
||||
|
||||
existing_jobs = get_all_entries_from_search(
|
||||
journal_id=MOONSTREAM_STATE_CRAWLER_JOURNAL_ID,
|
||||
search_query=query,
|
||||
|
|
Ładowanie…
Reference in New Issue