From b4f37d04fec63aad7ec4fa2560d3ef89ce9cd572 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 23 Apr 2025 15:04:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20=E8=87=AA=E5=8A=A8=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/heart_flow/interest_logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heart_flow/interest_logger.py b/src/heart_flow/interest_logger.py index 206cfa4bf..4b7e6323e 100644 --- a/src/heart_flow/interest_logger.py +++ b/src/heart_flow/interest_logger.py @@ -15,7 +15,7 @@ if TYPE_CHECKING: from src.heart_flow.sub_heartflow import SubHeartflow # For type hint in get_interest_states interest_logger_config = LogConfig( - console_format = INTEREST_STYLE_CONFIG["console_format"], + console_format=INTEREST_STYLE_CONFIG["console_format"], file_format=INTEREST_STYLE_CONFIG["file_format"], ) logger = get_module_logger("interest_logger", config=interest_logger_config)