Skip to content

Commit

Permalink
Merge pull request #56 from ValueRaider/fix/info-cache-typo
Browse files Browse the repository at this point in the history
Fix typo breaking 'info' caching
  • Loading branch information
ValueRaider authored Apr 25, 2024
2 parents efb3a25 + 05d9b3d commit a81d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yfinance_cache/yfc_ticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def get_info(self, max_age=None):
self._info = i
if md is None:
md = {}
mf['LastCheck'] = i['FetchDate']
md['LastCheck'] = i['FetchDate']
yfcm.StoreCacheDatum(self.ticker, "info", self._info, metadata=md)

exchange, tz_name = self._getExchangeAndTz()
Expand Down

0 comments on commit a81d452

Please sign in to comment.