minor get_config fix

max_pain_deribit
Nelson Torres 2024-11-26 15:11:04 -03:00
parent cb436048d2
commit b646133ead
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ def get_config() -> dict[str, Any]:
)
conf_option = section.get('option', {})
section.clear # clear the dict to reuse it
section = {} # clear the dict to reuse it
section['deribit'] = {}
section['deribit']['key_id'] = conf_option.get('api_key')
section['deribit']['key_secret'] = conf_option.get('api_secret')