From 24ac747ab0acdcbe74b8f7ee9f9b04b9c5bfcba3 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Tue, 3 Jan 2023 21:08:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20main=E6=B5=81=E7=A8=8B=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 525a4389..d2220ee9 100644 --- a/main.py +++ b/main.py @@ -100,7 +100,7 @@ def main(first_time_init=False): while True: try: - time.sleep(10000) + time.sleep(10) if qqbot != pkg.utils.context.get_qqbot_manager(): # 已经reload了 logging.info("以前的main流程由于reload退出") break