Skip to content

Commit 59178f4

Browse files
authored
Merge pull request #1998 from aaron-jencks/patch-1
Remove erroneous print statement
2 parents 2594eef + ce6bf93 commit 59178f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yfinance/scrapers/history.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ def history(self, period="1mo", interval="1d",
225225
quotes = quotes.iloc[0:quotes.shape[0] - 1]
226226
except Exception:
227227
shared._DFS[self.ticker] = utils.empty_df()
228-
print(err_msg)
229228
shared._ERRORS[self.ticker] = err_msg.split(': ', 1)[1]
230229
if raise_errors:
231230
raise _exception

0 commit comments

Comments
 (0)