This commit is contained in:
Luke Rogers 2013-09-13 00:33:45 +12:00
parent ecab6076ea
commit cb7f9b736f

View file

@ -9,7 +9,7 @@ GEN_DIR = "./plugins/data/name_files/"
def get_generator(_json):
data = json.loads(_json)
return textgen.TextGenerator(data["name"], data["templates"],
data["default_templates"], data["parts"])
data["parts"], data["default_templates"])
@hook.command(autohelp=False)