diff --git a/commands.py b/commands.py index 67c76a4..4a3b650 100644 --- a/commands.py +++ b/commands.py @@ -108,7 +108,8 @@ def frappy_start(**services): remove_cfg.append(secnode) if secnode: secnode('') - all_cfg[service] = secnode.get_info() + if secnode: + all_cfg[service] = secnode.get_info() # check cfg is not used twice for cfg in cfginfo.split(','):