diff --git a/main.py b/main.py index 7bbaf86..876b594 100644 --- a/main.py +++ b/main.py @@ -26,7 +26,6 @@ if __name__ == "__main__": try: nonebot.run() except BaseException as e: - # 排除键盘中断 if not isinstance(e, KeyboardInterrupt): nonebot.logger.error(f"An error occurred: {e}, Bug will be reported automatically.") liteyuki_api.bug_report(str(e.__repr__()))