diff options
Diffstat (limited to 'ATRI/plugins/repo.py')
-rw-r--r-- | ATRI/plugins/repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/repo.py b/ATRI/plugins/repo.py index 7087afa..7e0c160 100644 --- a/ATRI/plugins/repo.py +++ b/ATRI/plugins/repo.py @@ -45,7 +45,7 @@ async def _deal_repo( for superuser in BotSelfConfig.superusers: try: await bot.send_private_msg(user_id=superuser, message=repo_0) - except BaseException: + except Exception: await reporter.finish("发送失败了呢...") await reporter.finish("吾辈的心愿已由咱转告维护者!") |