From 02ff49f785c1361ae30be5a6290ecb4ef35a996e Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Wed, 8 Jul 2020 09:56:09 +0800 Subject: Update weather.py --- AyaBot/plugins/weather.py | 1 + 1 file changed, 1 insertion(+) (limited to 'AyaBot/plugins') 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=['天气详细']) -- cgit v1.2.3