minor get_config fix
							parent
							
								
									5e65255167
								
							
						
					
					
						commit
						61c9d7fa38
					
				|  | @ -228,7 +228,7 @@ def get_config() -> dict[str, Any]: | ||||||
|         ) |         ) | ||||||
| 
 | 
 | ||||||
|     conf_option = section.get('option', {}) |     conf_option = section.get('option', {}) | ||||||
|     section.clear # clear the dict to reuse it |     section = {} # clear the dict to reuse it | ||||||
|     section['deribit'] = {} |     section['deribit'] = {} | ||||||
|     section['deribit']['key_id'] = conf_option.get('api_key') |     section['deribit']['key_id'] = conf_option.get('api_key') | ||||||
|     section['deribit']['key_secret'] = conf_option.get('api_secret') |     section['deribit']['key_secret'] = conf_option.get('api_secret') | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue