summaryrefslogtreecommitdiffstats
path: root/openbb_platform/core/openbb_core/app/command_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/core/openbb_core/app/command_runner.py')
-rw-r--r--openbb_platform/core/openbb_core/app/command_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/core/openbb_core/app/command_runner.py b/openbb_platform/core/openbb_core/app/command_runner.py
index edfe22436cc..ea0e513c499 100644
--- a/openbb_platform/core/openbb_core/app/command_runner.py
+++ b/openbb_platform/core/openbb_core/app/command_runner.py
@@ -410,7 +410,7 @@ class CommandRunner:
"""Initialize the command runner."""
self._command_map = command_map or CommandMap()
self._system_settings = system_settings or SystemService().system_settings
- self._user_settings = user_settings or UserService.read_default_user_settings()
+ self._user_settings = user_settings or UserService.read_from_file()
def init_logging_service(self) -> None:
"""Initialize the logging service."""