mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
fix test
This commit is contained in:
parent
13f8448b44
commit
f9aa79fa89
@ -45,7 +45,7 @@ def _get_client(host, port, **kwargs):
|
||||
port,
|
||||
':'.join((
|
||||
"{0}={1}".format(str(key), str(value))
|
||||
for key, value in ordered_kwargs
|
||||
for key, value in ordered_kwargs.items()
|
||||
))
|
||||
)
|
||||
if cache_key not in _client_cache:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user