forked from stove/risotto
module_name is in general family
This commit is contained in:
parent
79a549cd4c
commit
4bacf38188
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ def machineslist(data, only=None, only_name=False):
|
|||
|
||||
|
||||
def modulename(data, servername):
|
||||
return data[servername]['module_name']
|
||||
return data[servername]['general']['module_name']
|
||||
|
||||
|
||||
class FilterModule:
|
||||
|
|
Loading…
Reference in a new issue