no caddy reload

This commit is contained in:
CakeCN
2026-01-09 12:06:55 +08:00
parent 0e3703b1f4
commit 36bbedd3cf
4 changed files with 7 additions and 39 deletions

View File

@@ -175,7 +175,7 @@ class AgentNamespace(Namespace):
route='dialog',
callback=receive_ase_dialog,
entry=self,
init_data={'room': user_uuid}
init_data={'room':user_uuid}
)
user_uuid2ase_client[user_uuid].register_route_with_entry(
route='dialog-hint',
@@ -193,13 +193,13 @@ class AgentNamespace(Namespace):
route='judge',
callback=receive_ase_judge,
entry=self,
init_data={'room': user_uuid}
init_data={'room':user_uuid}
)
user_uuid2ase_client[user_uuid].register_route_with_entry(
route='next_chapter',
callback=receive_ase_next_chapter,
entry=self,
init_data={'room': user_uuid}
init_data={'room':user_uuid}
)
user_uuid2ase_client[user_uuid].register_route_with_entry(
route='chapter_score',