diff options
-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=['天气详细']) |