This commit is contained in:
qwerdvd 2023-10-31 15:12:40 +08:00
parent c58805880c
commit f39856b2fb
No known key found for this signature in database
GPG Key ID: A3AF89C783404769

View File

@ -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)