perf: 启动时提示使用的QQ号

This commit is contained in:
Rock Chin
2023-04-24 23:57:57 +08:00
parent 580e062dbf
commit d01d3a3c53

View File

@@ -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'"):