From 6c9376983870a27a0322f738ae6f95590368d44b Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Mon, 22 Aug 2022 22:51:36 +0800 Subject: [PATCH] UPDATE README.md --- README.md | 1 + plugins/image_management/upload_image/__init__.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 963dabd6..e72dc67d 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,7 @@ PS: **ARM平台** 请使用全量版 同时 **如果你的机器 RAM < 1G 可能 ### 2022/8/22 * 修复首次安装时词条旧表出错(因为根本就没有这张表!) +* 取消配置替换定时任务,统一存储 * 对米游社cookie进行判断,整合米游社签到信息 [@pull/1014](https://github.com/HibiKier/zhenxun_bot/pull/1014) * 修正尘歌壶和质变仪图片获取地址 [@pull/1010](https://github.com/HibiKier/zhenxun_bot/pull/1010) * 修复词库问答 **很多** 问题[@pull/1012](https://github.com/HibiKier/zhenxun_bot/pull/1012) diff --git a/plugins/image_management/upload_image/__init__.py b/plugins/image_management/upload_image/__init__.py index 23ae08aa..4dd2059e 100755 --- a/plugins/image_management/upload_image/__init__.py +++ b/plugins/image_management/upload_image/__init__.py @@ -53,8 +53,6 @@ async def _(event: MessageEvent, state: T_State, arg: Message = CommandArg()): if img_list: state["img_list"] = arg -print(Config.get_config("image_management", "IMAGE_DIR_LIST")) - @upload_img.got( "path",