alienbrett / PyAlly

Ally Invest API Module for Python3
https://alienbrett.github.io/PyAlly/
MIT License
57 stars 28 forks source link

in submit kwargs['order'] = order NameError: name 'kwargs' is not defined #43

Closed meullah closed 4 years ago

meullah commented 4 years ago

image

on executing code above i get this error:


 "C:\Users\Muham\Anaconda3\lib\site-packages\ally\Order\Submit.py", line 147, in submit
    kwargs['order'] = order
NameError: name 'kwargs' is not defined
alienbrett commented 4 years ago

This was just fixed in today's update. Also, there's a new unit test so that an error like this hopefully doesn't happen again