mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-22 07:08:04 +00:00
🐛 Fix gacha_log_export
This commit is contained in:
parent
d3fb2ef386
commit
638c11bc1c
@ -141,7 +141,7 @@ class GachaLog:
|
|||||||
uigf_gacha_type=item.gacha_type,
|
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
|
return save_path
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user