mirror of
https://github.com/PaiGramTeam/StarRailDamageCal.git
synced 2024-11-28 02:06:39 +00:00
q111
This commit is contained in:
parent
c58805880c
commit
f39856b2fb
@ -307,7 +307,6 @@ async def get_data(
|
||||
if save_path:
|
||||
path = save_path / str(uid)
|
||||
path.mkdir(parents=True, exist_ok=True)
|
||||
path.mkdir(parents=True, exist_ok=True)
|
||||
with Path.open(path / f"{avatarName}.json", "w", encoding="UTF-8") as file:
|
||||
json.dump(char_data, file, ensure_ascii=False)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user