Skip to content

Commit 68f1b2c

Browse files
committed
Update message when yfinance is not installed
1 parent 5446bdd commit 68f1b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

financetoolkit/historical_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def worker(ticker, historical_data_dict, historical_data_error_dict):
257257
logger.info(
258258
"Due to a missing optional dependency (yfinance) and your current FinancialModelingPrep plan, "
259259
"data for the following tickers could not be acquired: %s\n"
260-
"Enable this functionality by using:\033[1m pip install yfinance \033[0m",
260+
"Enable this functionality by using:\033[1m pip install yfinance\033[0m",
261261
", ".join(no_data),
262262
)
263263
else:

0 commit comments

Comments
 (0)