We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3d6f5 commit be2e1edCopy full SHA for be2e1ed
async_substrate_interface/substrate_addons.py
@@ -59,7 +59,7 @@ def __init__(
59
logging.warning(f"Unable to connect to {chain_url}")
60
if not initialized:
61
raise ConnectionError(
62
- f"Unable to connect at any chains specified: {[main_url]+fallback_chains}"
+ f"Unable to connect at any chains specified: {[main_url] + fallback_chains}"
63
)
64
65
# retries
0 commit comments