From b31bafb06d400e5e86e18f7a82e3afee792d4f41 Mon Sep 17 00:00:00 2001 From: KagurazakaNyaa Date: Thu, 21 Jan 2021 13:40:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E8=BD=AC=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index c9bac48..7ee1852 100644 --- a/app.py +++ b/app.py @@ -46,6 +46,7 @@ async def redirect(body, logger): @app.message("") async def logall(body, logger): logger.debug(body) + dingtalkbot.send_text(body) # 启动slack监听