From 57b1dd2a56b5f81d260321f611532fe386453f17 Mon Sep 17 00:00:00 2001 From: adk23333 <2633103794@qq.com> Date: Thu, 21 Dec 2023 01:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=BB=99=E6=8C=87=E4=BB=A4?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9D=83=E9=99=90=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmds.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cmds.py b/cmds.py index 5617d4f..e40492d 100644 --- a/cmds.py +++ b/cmds.py @@ -94,5 +94,6 @@ def cmds(app, data): if msg == '': msg = Message(content='参数错误,请使用-h查看帮助', room_id=sqt.room_id) await sqt.app.ctx.sio.emit('sendMessage', msg.to_json()) + await e.save_policy() return sio_decorator