Is that a typo? Shouldn't it be this?
from steem import Steem
s = Steem(
nodes=["http://rpc.buildteam.io"],
keys=["posting_private_key", "active_private_key"]
)
Is that a typo? Shouldn't it be this?
from steem import Steem
s = Steem(
nodes=["http://rpc.buildteam.io"],
keys=["posting_private_key", "active_private_key"]
)