Change from multi to en-us only
Allows this to run in 32 bit Python.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user