fix(eternal): fix Andreal score timestamp

This commit is contained in:
2023-09-08 18:16:58 +08:00
parent d763896c0c
commit 6258a55ba4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ class AndrealImageGeneratorAccount:
self,
name: str = "Player",
code: int = 123456789,
rating: int = 750,
rating: int = -1,
character: int = 5,
character_uncapped: bool = False,
):