fix: temporarily close the wx channel to prevent account ban

This commit is contained in:
Saboteur7
2025-01-17 17:24:42 +08:00
parent 83ea7352b9
commit aa300a4c98
3 changed files with 29 additions and 19 deletions

View File

@@ -177,7 +177,7 @@ class WebChannel(ChatChannel):
def startup(self):
logger.setLevel("WARN")
print("\nWeb Channel is running. Send POST requests to /message to send messages.")
print("\nWeb Channel is running, please visit http://localhost:9899/chat")
urls = (
'/sse/(.+)', 'SSEHandler', # 修改路由以接收用户ID