From 264955a2e351d193878ca6a9228c4d89f9df94c6 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 9 Jun 2023 01:11:55 +0300 Subject: [PATCH] Add changes. --- crawlers/mooncrawl/mooncrawl/reports_crawler/cli.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crawlers/mooncrawl/mooncrawl/reports_crawler/cli.py b/crawlers/mooncrawl/mooncrawl/reports_crawler/cli.py index 5b140e5a..32566ff3 100644 --- a/crawlers/mooncrawl/mooncrawl/reports_crawler/cli.py +++ b/crawlers/mooncrawl/mooncrawl/reports_crawler/cli.py @@ -533,10 +533,7 @@ def generate_report_nft_dashboard_handler(args: argparse.Namespace): ).queries: params = {} # type: ignore - if ( - query.name != "cu_nft_dashboard_data" - or query.name != "cu_land_nft_dashboard_data" - ): + if query.name not in ["cu_nft_dashboard_data", "cu_land_nft_dashboard_data"]: continue logger.info(f"Generating report for {query.name}")