From d01d3a3c53693f6d621cbb37ca6fa9d4daa9b26b Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Mon, 24 Apr 2023 23:57:57 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=90=AF=E5=8A=A8=E6=97=B6=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BD=BF=E7=94=A8=E7=9A=84QQ=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 725e6578..e317b881 100644 --- a/main.py +++ b/main.py @@ -208,6 +208,7 @@ def start(first_time_init=False): def run_bot_wrapper(): global known_exception_caught try: + logging.info("使用账号: {}".format(qqbot.bot_account_id)) qqbot.adapter.run_sync() except TypeError as e: if str(e).__contains__("argument 'debug'"):