finlab-python / finlab_crypto

Documentation
https://finlab-python.github.io/finlab_crypto/index.html
GNU General Public License v3.0
267 stars 98 forks source link

Args in def get_nbars_binance(...) #19

Closed AmandaRossimandi closed 2 years ago

AmandaRossimandi commented 2 years ago

in function defined in crawler.py file row 100 _get_nbarsbinance(symbol, interval, nbars, client): ... client (Binance.Client) (optional): Binance Client object.

It is not optional. I've fixed with this: _get_nbarsbinance(symbol, interval, nbars, client=Client()):