mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-07-01 12:16:26 +00:00
fix(eternal): fix Andreal score timestamp
This commit is contained in:
@ -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,
|
||||
):
|
||||
|
Reference in New Issue
Block a user