From b50893f5e694a04a5f4b2ddd9826f9abba627d79 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 20 八月 2024 13:25:01 +0800 Subject: [PATCH] 可转债买卖接口 --- constant.py | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/constant.py b/constant.py index 5b8f544..aeb78b0 100644 --- a/constant.py +++ b/constant.py @@ -3,8 +3,8 @@ TEST = False - JUEJIN_LOCAL_API = False + def is_windows(): system = platform.system() @@ -50,6 +50,11 @@ LOG_DIR = "sell_logs" + # 鑾峰彇鏍硅矾寰� def get_path_prefix(): - return 'D:' if is_windows() else '/home/userzjj' \ No newline at end of file + return 'D:' if is_windows() else '/home/userzjj' + + +# 璁㈤槄L2浠g爜鏁版嵁 +SUBSCRIPT_L2_CODES = set() -- Gitblit v1.8.0