Skip to content

Commit

Permalink
new steemit node added
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Meyer committed Mar 11, 2018
1 parent 58560b2 commit 78e7e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trufflepig/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# The steemit nodes to load data from
NODE_URL = os.environ.get('STEEM_NODE_URL', 'https://api.steemit.com')
NODE_URL2 = os.environ.get('STEEM_NODE_URL2', 'https://steemd.privex.io')
NODE_URL3 = os.environ.get('STEEM_NODE_URL3', None)
NODES = [x for x in (NODE_URL, NODE_URL2) if x]
NODE_URL3 = os.environ.get('STEEM_NODE_URL3', 'https://api.steem.house')
NODES = [x for x in (NODE_URL, NODE_URL2, NODE_URL3) if x]

# The steemit bot account and password
ACCOUNT = os.environ.get('STEEM_ACCOUNT', 'trufflepig')
Expand Down

0 comments on commit 78e7e4d

Please sign in to comment.