lagerfeuer / cryptocompare

Python3 Wrapper for the CryptoCompare API
MIT License
181 stars 73 forks source link

Argument was changed in get_price() and documentation is outdated #43

Closed leftbones closed 3 years ago

leftbones commented 3 years ago

Both here and on PyPi, the documentation says to use the curr argument to set currency, but I found some of my old code not working, checked the latest updates, and it looks like curr has been changed to currency, with no changes in documentation.

lagerfeuer commented 3 years ago

Yes, you are right. Very sorry about that, forgot to fix the docs. On it right now.

lagerfeuer commented 3 years ago

Fixed in v0.7.5, thanks for pointing this out!

leftbones commented 3 years ago

Great! Thanks for fixing that so fast. Excellent work on the module too, I love it.