diff options
author | Kyomotoi <[email protected]> | 2020-07-08 09:28:16 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-07-08 09:28:16 +0800 |
commit | 5f837ff87d8a18b02ce0c08fb1ed3b969eac5bfe (patch) | |
tree | 4eac305e08ca8426a8b35fb63d051a67fa3df62d /AyaBot/plugins | |
parent | 113c3fded95a191a2551d2099c7322948132d5b0 (diff) | |
download | ATRI-5f837ff87d8a18b02ce0c08fb1ed3b969eac5bfe.tar.gz ATRI-5f837ff87d8a18b02ce0c08fb1ed3b969eac5bfe.tar.bz2 ATRI-5f837ff87d8a18b02ce0c08fb1ed3b969eac5bfe.zip |
Update anime_search_photo.py
Diffstat (limited to 'AyaBot/plugins')
-rw-r--r-- | AyaBot/plugins/anime_search_photo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/AyaBot/plugins/anime_search_photo.py b/AyaBot/plugins/anime_search_photo.py index 7462e9b..f26a1aa 100644 --- a/AyaBot/plugins/anime_search_photo.py +++ b/AyaBot/plugins/anime_search_photo.py @@ -1,7 +1,6 @@ # -*- coding:utf-8 -*- import re import json -import nonebot from aiohttp import ClientSession from nonebot import on_command, CommandSession |