🐛 Fix gacha_log_export

This commit is contained in:
xtaodada 2022-10-29 15:40:40 +08:00
parent d3fb2ef386
commit 638c11bc1c
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -141,7 +141,7 @@ class GachaLog:
uigf_gacha_type=item.gacha_type,
)
)
await self.save_json(save_path, info.dict())
await self.save_json(save_path, json.loads(info.json()))
return save_path
@staticmethod