Skip to content
Snippets Groups Projects
Commit fedfe4a7 authored by jkerdreu's avatar jkerdreu
Browse files

Oups


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2085 b32b6428-25c9-4566-ad07-03861ab6144f
parent 0d77c87a
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ def load_config(name='xaal.ini'):
self.hops = int(cfg.get('hops',DEF_HOPS))
self.alive_timer = int(cfg.get('alive_timer',DEF_ALIVE_TIMER))
self.cipher_window = int(cfg.get('ciper_window',DEF_CIPHER_WINDOW))
self.log_level = cfg.get('address',DEF_LOG_LEVEL)
self.log_path = cfg.get('address',DEF_LOG_PATH)
self.log_level = cfg.get('log_level',DEF_LOG_LEVEL)
self.log_path = cfg.get('log_path',DEF_LOG_PATH)
key = cfg.get('key',None)
if key:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment