diff --git a/crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py b/crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py index fe310dc7..db6b7ac0 100644 --- a/crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py +++ b/crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py @@ -77,13 +77,6 @@ def recive_S3_data_from_query( repeat += 1 - if repeat == max_retries // 2: - data_url = client.exec_query( - token=token, - name=query_name, - params=params, - ) - if repeat > max_retries: logger.info("Too many retries") break