From e694ba4618f23ad108db58553d00b9712d499475 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Sun, 20 Jun 2021 18:28:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=B7=BB=E5=8A=A0=20log=20?= =?UTF-8?q?=E9=A2=91=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/func.py b/func.py index 02390ed..8655a27 100644 --- a/func.py +++ b/func.py @@ -77,8 +77,8 @@ def rank(update, context): if not CHANNEL == 0: ctext = f'#WORDCLOUD #APPLY \n' \ f'群组 ID:`{chat_id}`\n' \ - f'用户 ID:`{user_id}' \ - f'执行操作:`主动生成词云`\n' + f'用户 ID:`{user_id}`\n' \ + f'执行操作:`主动生成词云`' bot.send_message(chat_id=CHANNEL, text=ctext, parse_mode="Markdown") update.message.reply_text("统计数据将在分析完毕后发送到当前群组,请稍等~") except Exception as e: