ValueRaider / yfinance-cache

Caching wrapper for yfinance module. Intelligent caching, not dumb caching of web requests.
MIT License
28 stars 10 forks source link

Fix for _getExchangeAndTz() #50

Closed IvanBayan closed 6 months ago

IvanBayan commented 6 months ago

Each call of _getExchangeAndTz() expects exchange,tz as return values, but function returns them in reverse order.

ValueRaider commented 6 months ago

Oof, thanks. Can you squash the commits?

IvanBayan commented 6 months ago

Sure, squashed.