diff options
author | Kyomotoi <[email protected]> | 2020-07-08 09:32:42 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-07-08 09:32:42 +0800 |
commit | 8858aab79026eaa0240c96334e4918c2a59645c1 (patch) | |
tree | 2729d7c23c01562ad4776b1ceb7425a2c071aa4b | |
parent | 5345a3204f16f8ad42c6805912bee7a2d76e4b19 (diff) | |
download | ATRI-8858aab79026eaa0240c96334e4918c2a59645c1.tar.gz ATRI-8858aab79026eaa0240c96334e4918c2a59645c1.tar.bz2 ATRI-8858aab79026eaa0240c96334e4918c2a59645c1.zip |
Update other.py
-rw-r--r-- | AyaBot/plugins/other.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AyaBot/plugins/other.py b/AyaBot/plugins/other.py index af5b28e..1f7a1b0 100644 --- a/AyaBot/plugins/other.py +++ b/AyaBot/plugins/other.py @@ -24,6 +24,7 @@ async def _(session: CommandSession): group_id=session.event.group_id ) except: + print('error') await session.send('获取数据时出问题,请重试') return |