diff options
author | Kyomotoi <[email protected]> | 2020-07-08 09:57:47 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-07-08 09:57:47 +0800 |
commit | f007faaf9075d29b4231a065ddaea480b9e21f86 (patch) | |
tree | 01295fd5a483275e478bc4d277258451293c3122 /AyaBot/plugins | |
parent | 803726f64ce65c1f5ae0304d0c749fd9c690a9b7 (diff) | |
download | ATRI-f007faaf9075d29b4231a065ddaea480b9e21f86.tar.gz ATRI-f007faaf9075d29b4231a065ddaea480b9e21f86.tar.bz2 ATRI-f007faaf9075d29b4231a065ddaea480b9e21f86.zip |
Update pixiv.py
Diffstat (limited to 'AyaBot/plugins')
-rw-r--r-- | AyaBot/plugins/pixiv.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AyaBot/plugins/pixiv.py b/AyaBot/plugins/pixiv.py index 24e5eae..bfa2998 100644 --- a/AyaBot/plugins/pixiv.py +++ b/AyaBot/plugins/pixiv.py @@ -28,6 +28,7 @@ async def pixivsearch(session: CommandSession): await session.send(f'搜索结果如下:\nPid: {i}\nTitle: {title}\n宽高: {width}x{height}\nTags: {tags}\n账号名称: {account}\n名称: {name}\nLink: {user_link}\n[CQ:image,file={img}]') except: + print('error') await session.send('连接似乎失败了呢...请稍后尝试') @pixivsearch.args_parser |