summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Sousa <montezdesousa@gmail.com>2024-05-21 23:49:38 +0100
committerDiogo Sousa <montezdesousa@gmail.com>2024-05-21 23:49:38 +0100
commit7d5ababca8091e43e29091a6a8b5dddd1ccabbc8 (patch)
treeda350347088161c1f6410032ea72b8da427cc1cc
parent2ce858efbd945fced661f03963f60ac54bb5e021 (diff)
fix: msg
-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