From 95439825a38d18f82ecf768f0024cebc17c7b716 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 18 Aug 2023 19:33:48 +0300 Subject: [PATCH] Add changes. --- crawlers/mooncrawl/mooncrawl/reports_crawler/cli.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crawlers/mooncrawl/mooncrawl/reports_crawler/cli.py b/crawlers/mooncrawl/mooncrawl/reports_crawler/cli.py index 61487215..8d55bde9 100644 --- a/crawlers/mooncrawl/mooncrawl/reports_crawler/cli.py +++ b/crawlers/mooncrawl/mooncrawl/reports_crawler/cli.py @@ -483,7 +483,11 @@ def generate_report_nft_dashboard_handler(args: argparse.Namespace): ).queries: params = {} # type: ignore - if query.name not in ["cu_nft_dashboard_data", "cu_land_nft_dashboard_data"]: + if query.name not in [ + "cu_nft_dashboard_data", + "cu_land_nft_dashboard_data", + "cu_seaport_feed_polygon", + ]: continue logger.info(f"Generating report for {query.name}")