diff options
author | Kyomotoi <[email protected]> | 2020-07-08 09:56:09 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-07-08 09:56:09 +0800 |
commit | 02ff49f785c1361ae30be5a6290ecb4ef35a996e (patch) | |
tree | 24c27c803fe43dad892428595ae32ea685d4523a /AyaBot/plugins | |
parent | 4ff665bf7aa3b6a00b4f03af5119e5b61f9e4bfc (diff) | |
download | ATRI-02ff49f785c1361ae30be5a6290ecb4ef35a996e.tar.gz ATRI-02ff49f785c1361ae30be5a6290ecb4ef35a996e.tar.bz2 ATRI-02ff49f785c1361ae30be5a6290ecb4ef35a996e.zip |
Update weather.py
Diffstat (limited to 'AyaBot/plugins')
-rw-r--r-- | AyaBot/plugins/weather.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AyaBot/plugins/weather.py b/AyaBot/plugins/weather.py index bfb4e58..1819f68 100644 --- a/AyaBot/plugins/weather.py +++ b/AyaBot/plugins/weather.py @@ -89,6 +89,7 @@ async def weather(session: CommandSession): ) ) except: + print('error') await session.send('搜索似乎出问题了呢...请重试') @on_command('wtlist', aliases=['天气详细']) |