mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-15 04:47:32 +08:00
[Bug fix] API for Link Play
- Fix a bug that API for Link Play cannot work - Add an example breached map #148
This commit is contained in:
@@ -120,7 +120,7 @@ class TCPRouter:
|
||||
r = getattr(self, self.endpoint)()
|
||||
except Exception as e:
|
||||
logging.error(e)
|
||||
return 999
|
||||
return {'code': 999}
|
||||
if isinstance(r, int):
|
||||
return {'code': r}
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user