steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 100 forks source link

Community - fix missing positional argument: mode #277

Closed roadscape closed 5 years ago

roadscape commented 5 years ago

Local PR for @AlexChien #245:

when run command

steempy addkey

and input proper wif key and have wallet unlocked, it throws

new() missing 1 required positional argument: 'mode'

fixed by recommendation found at https://steemit.com/steemdev/@anthonyadavisii/steem-python-bip38-wallet-error-with-fix

roadscape commented 5 years ago

Thanks @AlexChien!