Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pharr117 committed Sep 4, 2023
1 parent 9a39a7f commit ad73589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,11 @@ def fetch_data_for_network(network, network_type, repo_path):
if len(healthy_rpc_endpoints) == 0:
print(f"No healthy RPC endpoints found for network {network}. Skipping...")
return None

if len(healthy_rest_endpoints) == 0:
print(f"No healthy REST endpoints found for network {network}. Skipping...")
return None

print(f"Found {len(healthy_rest_endpoints)} rest endpoints and {len(healthy_rpc_endpoints)} rpc endpoints for {network}")

# Shuffle the healthy endpoints
Expand Down

0 comments on commit ad73589

Please sign in to comment.