diff --git a/README.md b/README.md index 86f5032e..6316903b 100644 --- a/README.md +++ b/README.md @@ -921,6 +921,8 @@ Options: The EMSX broker to use --terminal-link-emsx-account TEXT The EMSX account to use + --terminal-link-openfigi-api-key TEXT + The Open FIGI API key to use for mapping options --atreyu-host TEXT The host of the Atreyu server --atreyu-req-port INTEGER The Atreyu request port --atreyu-sub-port INTEGER The Atreyu subscribe port diff --git a/lean/models/__init__.py b/lean/models/__init__.py index 49f09a0c..c824d28a 100644 --- a/lean/models/__init__.py +++ b/lean/models/__init__.py @@ -17,7 +17,7 @@ from time import time json_modules = {} -file_name = "modules-1.10.json" +file_name = "modules-1.11.json" directory = Path(__file__).parent file_path = directory.parent / file_name diff --git a/tests/commands/test_live.py b/tests/commands/test_live.py index 267482c2..67fe864c 100644 --- a/tests/commands/test_live.py +++ b/tests/commands/test_live.py @@ -227,7 +227,8 @@ def test_live_aborts_when_lean_config_is_missing_properties(target: str, replace "terminal-link-server-host": "abc", "terminal-link-server-port": "123", "terminal-link-emsx-broker": "abc", - "terminal-link-emsx-account": "abc" + "terminal-link-emsx-account": "abc", + "terminal-link-openfigi-api-key": "test" } brokerage_required_options = {