fix?
This commit is contained in:
parent
ecab6076ea
commit
cb7f9b736f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ GEN_DIR = "./plugins/data/name_files/"
|
||||||
def get_generator(_json):
|
def get_generator(_json):
|
||||||
data = json.loads(_json)
|
data = json.loads(_json)
|
||||||
return textgen.TextGenerator(data["name"], data["templates"],
|
return textgen.TextGenerator(data["name"], data["templates"],
|
||||||
data["default_templates"], data["parts"])
|
data["parts"], data["default_templates"])
|
||||||
|
|
||||||
|
|
||||||
@hook.command(autohelp=False)
|
@hook.command(autohelp=False)
|
||||||
|
|
Reference in a new issue