summaryrefslogtreecommitdiffstats
path: root/openbb_platform/core/openbb_core/app/static/container.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/core/openbb_core/app/static/container.py')
-rw-r--r--openbb_platform/core/openbb_core/app/static/container.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/core/openbb_core/app/static/container.py b/openbb_platform/core/openbb_core/app/static/container.py
index c6fcf759a42..99a16e709c9 100644
--- a/openbb_platform/core/openbb_core/app/static/container.py
+++ b/openbb_platform/core/openbb_core/app/static/container.py
@@ -67,6 +67,6 @@ class Container:
if self._check_credentials(p):
return p
raise OpenBBError(
- f"Fallback failed due to missing credentials, please specify the provider. Tried: {', '.join(providers)}."
+ f"Fallback failed, please specify the provider. Tried: {', '.join(providers)}."
)
return choice