You are viewing a single comment's thread from:
RE: Another method to fix conductor and your other Steem-Python apps
try changing the nodes in:
piston/storage.py
in line 261
... for a quick fix.
For a transition to Steem-Python, I'd recommend new my tutorial series ;)
Feel free to ask any questions there !
Thanks for the tips, I managed to do it in my script instead nodes = ['wss://steemd.minnowsupportproject.org','wss://rpc.buildteam.io/','wss://rpc.steemliberator.com']
steem = Steem(nodes, wif = [posting_key])
Hoping to make the changeover in the future and will check out your tutorial series!
It's funny how that exact move doesn't work for Steem-Python anymore :D