mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 12:51:45 +00:00
🐛 修复一个小问题
This commit is contained in:
parent
5016f7cb0f
commit
7f8db29c1e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user