From 8d494d632726e58a520f1a07b4af91a27099bcb6 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 16 Jan 2026 13:50:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=A5=E5=BF=97=E7=BA=A7?= =?UTF-8?q?=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- robot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 3afad69..46ba73d 100644 --- a/main.py +++ b/main.py @@ -85,7 +85,7 @@ def main(): except Exception as e: robot.LOG.error(f"GlancesMonitor服务器启动失败: {e}") - robot.LOG.info(f"=" * 30) + robot.LOG.info(f"=" * 50) asyncio.run(async_job.run_all()) # 让机器人一直跑 robot.keep_running_and_block_process() diff --git a/robot.py b/robot.py index fb451ec..45f3ad6 100644 --- a/robot.py +++ b/robot.py @@ -47,7 +47,7 @@ class Robot: self.config = config self.LOG = logger - self.LOG.info(f"="*30) + self.LOG.info(f"="*50) # wechat_ipad 相关属性 self.ipad_bot: WechatAPIClient self.ipad_config = None