Closed Josh2K closed 8 years ago
For me there's no error in code. Could you try to erase and rewrite this line ?
tried rewriting line and upgrading duolingo-api - same error: TypeError: init() got an unexpected keyword argument 'password'
@Josh2K Could you give the full traceback, and your Python version?
hmmm, I was running this with python 2.7.6 on windows 10. I just tried the same code on Linux python 2.7.6 and it worked. Must be something wrong on my side.
import duolingo lingo = duolingo.Duolingo('XXXX', password='XXXX')
is now generating the error: TypeError: init() got an unexpected keyword argument 'password'