Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
yzhh 2022-04-18 00:20:57 +08:00
parent de90fa84f2
commit 2f6e3e406f

View file

@ -22,6 +22,8 @@ async def _(msg: MessageSession):
if not records['data']:
await msg.sendMessage('获取失败。')
return
else:
records['ts'] = int(datetime.now().timestamp())
if 'data' in records:
i = []