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