constant.py
@@ -55,7 +55,7 @@ # 获取根路径 def get_path_prefix(): return 'D:' if is_windows() else '/home' return 'D:' if is_windows() else '/trade' # 水下捞累计连续水下时间最小值 @@ -65,7 +65,7 @@ # 大单笔数 BIG_MONEY_NUM = 7888 CACHE_PATH = f"{'D:' if is_windows() else '/home'}/trade_cache" CACHE_PATH = f"{'D:' if is_windows() else '/trade'}/trade_cache" # S撤比例 S_CANCEL_MIN_MONEY = 98