summaryrefslogtreecommitdiffstats
path: root/openbb_terminal/cryptocurrency/due_diligence/dd_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_terminal/cryptocurrency/due_diligence/dd_controller.py')
-rw-r--r--openbb_terminal/cryptocurrency/due_diligence/dd_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_terminal/cryptocurrency/due_diligence/dd_controller.py b/openbb_terminal/cryptocurrency/due_diligence/dd_controller.py
index 93ca524a1e5..5123f8f354f 100644
--- a/openbb_terminal/cryptocurrency/due_diligence/dd_controller.py
+++ b/openbb_terminal/cryptocurrency/due_diligence/dd_controller.py
@@ -51,7 +51,7 @@ FILTERS_VS_USD_BTC = ["usd", "btc"]
def check_cg_id(symbol: str):
cg_id = cryptocurrency_helpers.get_coingecko_id(symbol)
if not cg_id:
- print(f"\n{symbol} not found on CoinGecko")
+ console.print(f"\n{symbol} not found on CoinGecko")
return ""
return symbol