From b678592566d1477db1ba004ed0befc98ef57ab71 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 12 三月 2025 13:38:38 +0800 Subject: [PATCH] 新版L2订阅修改/删除不必要的日志 --- constant.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/constant.py b/constant.py index f33bf22..30807d9 100644 --- a/constant.py +++ b/constant.py @@ -231,6 +231,6 @@ IGNORE_BLOCK_IN_MONEY_MARKET_STRONG = 101 # 鏂扮増L2鐩戝惉 -IS_L2_NEW = False +IS_L2_NEW = True -- Gitblit v1.8.0