Closed bitphage closed 6 years ago
steem/steemd.py:
def __init__(self, nodes=None, **kwargs): if not nodes: nodes = get_config_node_list() or ['https://steemd.steemit.com']
steem/steemd.py: