mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
fix: comment out debug print statement in gewechat callback
This commit is contained in:
@@ -216,7 +216,7 @@ class GeWeChatAdapter(adapter.MessagePlatformAdapter):
|
||||
@self.quart_app.route('/gewechat/callback', methods=['POST'])
|
||||
async def gewechat_callback():
|
||||
data = await quart.request.json
|
||||
print(json.dumps(data, indent=4, ensure_ascii=False))
|
||||
# print(json.dumps(data, indent=4, ensure_ascii=False))
|
||||
|
||||
if 'testMsg' in data:
|
||||
return 'ok'
|
||||
|
||||
Reference in New Issue
Block a user