From 1b08a4e5abbd44cf654a043fb933b509469d1ce5 Mon Sep 17 00:00:00 2001 From: CMHopeSunshine <277073121@qq.com> Date: Mon, 30 May 2022 10:51:42 +0800 Subject: [PATCH] =?UTF-8?q?fix=20uid=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Paimon_Info/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Paimon_Info/__init__.py b/Paimon_Info/__init__.py index 299a32d..e0f6d50 100644 --- a/Paimon_Info/__init__.py +++ b/Paimon_Info/__init__.py @@ -81,7 +81,7 @@ async def _(event: MessageEvent, state: T_State, msg: Message = CommandArg()): uid = await get_last_query(str(event.user_id)) if uid: state['uid'] = uid - state['user_id'] = str(event.user_id) + state['user_id'] = str(event.user_id) else: uid_list = [] check_uid = msg_text.split(' ')