[Refactor] Refactor for link play

- Refactor simply for link play subprogram
- Fix a logic bug that the room without anyone can be entered
This commit is contained in:
Lost-MSth
2023-02-27 23:41:32 +08:00
parent 7ece2598d1
commit 930faf508d
6 changed files with 331 additions and 298 deletions

View File

@@ -15,6 +15,8 @@ class Config:
--------------------------------------------------
'''
IS_DEBUG = False
TIME_LIMIT = 3600000
COMMAND_INTERVAL = 1000000