From 263eab875273b08c109a25b467bac715be5e876d Mon Sep 17 00:00:00 2001 From: Faker Date: Thu, 15 Sep 2022 17:50:21 +0800 Subject: [PATCH] Update magic.py --- magic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/magic.py b/magic.py index 9aa4e2f..a02697b 100644 --- a/magic.py +++ b/magic.py @@ -256,6 +256,7 @@ async def handler(event): await queues[action.get("queue_name")].put({"text": text, "groupname": groupname, "action": action}) await client.send_message(bot_id, f'【{groupname}】入队执行 #{name}') return + await export(text) await client.send_message(bot_id, f'【{groupname}】开始执行 #{name}') await cmd(command) except Exception as e: