diff --git a/defs/player.py b/defs/player.py index 7bcf278..08162a0 100644 --- a/defs/player.py +++ b/defs/player.py @@ -25,6 +25,7 @@ class Player: def __init__(self, uid: str): self.uid = uid self.time = 0 + self.all_char = [] if not exists(LOCAL_DIR / "cache" / f"{uid}__data.json"): return with open(LOCAL_DIR / "cache" / f"{uid}__data.json", "r", encoding="utf-8") as fp: