mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-10 01:37: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:
@@ -18,7 +18,6 @@ class SaveData:
|
||||
self.story_data = []
|
||||
self.createdAt = 0
|
||||
|
||||
@property
|
||||
def to_dict(self):
|
||||
return {
|
||||
"user_id": self.user.user_id,
|
||||
|
||||
Reference in New Issue
Block a user