Add breed feed.

pull/1026/head
Andrey 2024-02-28 16:56:07 +02:00
rodzic 62e7db76e6
commit 1626bf178f
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -487,6 +487,7 @@ def generate_report_nft_dashboard_handler(args: argparse.Namespace):
"cu_nft_dashboard_data",
"cu_land_nft_dashboard_data",
"cu_seaport_feed_polygon",
"cu_breeding_feed",
]:
continue
@ -496,6 +497,7 @@ def generate_report_nft_dashboard_handler(args: argparse.Namespace):
token=args.moonstream_token,
query_name=query.name,
params=params,
time_await=4,
)
logger.info(f"Data recived. Uploading report for {query.name} as json")