From 2a1e6fa771afc9120fc6a97c38a8efa85ec49f07 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 28 八月 2023 17:51:57 +0800 Subject: [PATCH] 取消测试参数 --- huaxin_client/tool.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/huaxin_client/tool.py b/huaxin_client/tool.py index 3ab4ea2..cb1a4e0 100644 --- a/huaxin_client/tool.py +++ b/huaxin_client/tool.py @@ -3,7 +3,6 @@ def is_trade_time(): - return True relative_timestamp = time.time() % (24 * 60 * 60) + 8 * 60 * 60 start1 = 60 * 60 * 9 + 24 * 60 end1 = 60 * 60 * 11 + 31 * 60 -- Gitblit v1.8.0