mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-09 01:07:27 +08:00
Code refactoring
- Code refactoring mainly for API - Delete a useless option in `setting.py` - Change some constants in Link Play mode
This commit is contained in:
@@ -113,7 +113,7 @@ class UserPresentList:
|
||||
|
||||
self.presents: list = None
|
||||
|
||||
def to_dict(self) -> list:
|
||||
def to_dict_list(self) -> list:
|
||||
return [x.to_dict() for x in self.presents]
|
||||
|
||||
def select_user_presents(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user