Change from multi to en-us only

Allows this to run in 32 bit Python.
This commit is contained in:
Ebag333
2016-11-15 10:10:19 -08:00
parent d2a52e26b2
commit 5bca2d723e
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ def main(db, json_path):
for row in data:
typeLines = []
typeId = row["typeID"]
traitData = row["traits_en-us"]
traitData = row["traits"]
for skillData in sorted(traitData.get("skills", ()), key=lambda i: i["header"]):
typeLines.append(convertSection(skillData))
if "role" in traitData: