edtechre / pybroker

Algorithmic Trading in Python with Machine Learning
https://www.pybroker.com
Other
1.94k stars 246 forks source link

AKShare got an unexpected keyword argument 'timeframe' #97

Closed jackielihf closed 8 months ago

jackielihf commented 8 months ago

akshare = AKShare(timeframe="1d") TypeError: init() got an unexpected keyword argument 'timeframe'

mepwang commented 8 months ago

try: akshare = AKShare()

jackielihf commented 8 months ago

try: akshare = AKShare()

yes, it works without parameters

edtechre commented 8 months ago

Thank you @mepwang ! Yes, timeframe is not an argument to the AKShare constructor.