From e92dbb01ba82a51413007a3f82f3a8ddabf6173e Mon Sep 17 00:00:00 2001 From: xtaodada Date: Mon, 21 Jun 2021 15:33:36 +0800 Subject: [PATCH] =?UTF-8?q?groupcloud=20=E4=B8=8D=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=AE=89=E8=A3=85=20AI=20=E5=88=86=E8=AF=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- groupword.py | 3 +-- list.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/groupword.py b/groupword.py index ea53e94..2d6d864 100644 --- a/groupword.py +++ b/groupword.py @@ -35,9 +35,8 @@ async def group_word(context): imported_1 = True if not imported: try: - await context.edit("支持库 `jieba` `paddlepaddle-tiny` 未安装...\n正在尝试自动安装...") + await context.edit("支持库 `jieba` 未安装...\n正在尝试自动安装...") await execute(f'{executable} -m pip install jieba') - await execute(f'{executable} -m pip install paddlepaddle-tiny') await sleep(10) result = await execute(f'{executable} -m pip show jieba') if len(result) > 0: diff --git a/list.json b/list.json index 4257cf7..2dc1055 100644 --- a/list.json +++ b/list.json @@ -502,7 +502,7 @@ }, { "name": "groupword", - "version": "1.05", + "version": "1.06", "section": "chat", "maintainer": "xtaodada", "size": "3.32 kb",