From 7f8db29c1e8dd4bbef9e8333786a70e70b479fb3 Mon Sep 17 00:00:00 2001 From: Karako Date: Sun, 18 Sep 2022 00:34:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/daily/material.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/genshin/daily/material.py b/plugins/genshin/daily/material.py index fbcbd470..d7c38424 100644 --- a/plugins/genshin/daily/material.py +++ b/plugins/genshin/daily/material.py @@ -172,7 +172,7 @@ class DailyMaterial(Plugin, BasePlugin): local_data[type_].append({'name': area, 'materials': sche[weekday][0], 'items': sche[weekday][1]}) # 尝试获取用户已绑定的原神账号信息 - client, user_data = self._get_data_from_user(user) + client, user_data = await self._get_data_from_user(user) await update.message.reply_chat_action(ChatAction.TYPING) render_data = RenderData(title=title, time=time, uid=client.uid if client else client)