Skip to content

Commit

Permalink
fix: fight props lang
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao authored Nov 19, 2024
1 parent 65e44cd commit 51555e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def create_lang(data: dict, filename: str = "", has_key_name_hash: bool =
DATA[hashKey] = {}
DATA[hashKey][lang] = LANGS[lang][hash_map]
else:
if hash_map not in DATA:
if hashKey not in DATA:
DATA[hashKey] = {}
DATA[hashKey][lang] = ""

Expand Down

0 comments on commit 51555e3

Please sign in to comment.