From 4b2104b79eaafe12f81cd84902b441202ee90897 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 08 四月 2024 16:54:45 +0800 Subject: [PATCH] 测试激进买1手 --- constant.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constant.py b/constant.py index bfcc170..af7ba0b 100644 --- a/constant.py +++ b/constant.py @@ -167,5 +167,5 @@ TRADE_ENABLE = True # 鏈�澶х殑浠g爜浠锋牸 -MAX_CODE_PRICE = 15 if ALL_ACTIVE_BUY else 30 -MAX_SUBSCRIPT_CODE_PRICE = 15 if ALL_ACTIVE_BUY else 30 +MAX_CODE_PRICE = 20 if ALL_ACTIVE_BUY else 30 +MAX_SUBSCRIPT_CODE_PRICE = 20 if ALL_ACTIVE_BUY else 30 -- Gitblit v1.8.0