From d30c3d2335348d65878735b18aaf2d1f4537db1c Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 23 四月 2024 17:33:33 +0800 Subject: [PATCH] 买入目标票单价升至15块 --- constant.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/constant.py b/constant.py index 5737b1a..80b6cff 100644 --- a/constant.py +++ b/constant.py @@ -173,7 +173,7 @@ TRADE_ENABLE = True # 鏈�澶х殑浠g爜浠锋牸 -MAX_CODE_PRICE = 10 if ALL_ACTIVE_BUY else 30 +MAX_CODE_PRICE = 15 if ALL_ACTIVE_BUY else 30 MIN_CODE_PRICE = 1 MAX_SUBSCRIPT_CODE_PRICE = 30 if ALL_ACTIVE_BUY else 30 -- Gitblit v1.8.0