rwayan
Results
1
issues of
rwayan
### Describe bug def _lazy_load_price_history(self): if self._price_history is None: self._price_history = PriceHistory(self._data, self.ticker, self._get_ticker_tz(self.proxy, timeout=10), + proxy=self.proxy # orignal code here not setting proxy ) return self._price_history def get_income_stmt(self, proxy=None,...