steemit / steem-python

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

fix missing positional argument: mode #245

Closed AlexChien closed 5 years ago

AlexChien commented 6 years ago

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

economicstudio commented 5 years ago

Hope someone will merge this. I still use official library for certain uses. And one of the first things that I need to do manually is this.

roadscape commented 5 years ago

Thanks @AlexChien! Continued in local #277