Skip to content

Commit

Permalink
Merge pull request #1998 from aaron-jencks/patch-1
Browse files Browse the repository at this point in the history
Remove erroneous print statement
  • Loading branch information
ValueRaider authored Jul 22, 2024
2 parents 2594eef + ce6bf93 commit 59178f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yfinance/scrapers/history.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ def history(self, period="1mo", interval="1d",
quotes = quotes.iloc[0:quotes.shape[0] - 1]
except Exception:
shared._DFS[self.ticker] = utils.empty_df()
print(err_msg)
shared._ERRORS[self.ticker] = err_msg.split(': ', 1)[1]
if raise_errors:
raise _exception
Expand Down

0 comments on commit 59178f4

Please sign in to comment.