diff options
-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 |