diff --git a/src/podping_hivewriter/hive.py b/src/podping_hivewriter/hive.py index 6b8cd83..73679f8 100644 --- a/src/podping_hivewriter/hive.py +++ b/src/podping_hivewriter/hive.py @@ -31,13 +31,13 @@ def get_client( nodes = [os.getenv("PODPING_TESTNET_NODE")] chain = {"chain_id": os.getenv("PODPING_TESTNET_CHAINID")} else: - nodes = [ + """nodes = [ "https://api.hive.blog", "https://api.deathwing.me", "https://hive-api.arcange.eu", "https://api.openhive.network", "https://api.hive.blue", - ] + ]""" client = Client( keys=posting_keys, nodes=nodes,