Skip to content

Commit

Permalink
<jx3>[feat]syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
HornCopper committed Aug 5, 2024
1 parent 60f1e05 commit 41d0540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/jx3/skilldatalib.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
colorList = json.load(colors)

with open(CONSTANT + "/jx3/schoolid.json", mode="r", encoding="utf-8") as school:
force_list = json.loads(school)
force_list = json.load(school)


def kftosh(kf: str) -> str:
Expand Down

0 comments on commit 41d0540

Please sign in to comment.