From e04d403458af54282a02e85df7d4eeec8889442b Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期三, 09 十月 2024 14:48:03 +0800
Subject: [PATCH] bug修复

---
 third_data/kpl_block_util.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/third_data/kpl_block_util.py b/third_data/kpl_block_util.py
index 6c9c1f4..c99badc 100644
--- a/third_data/kpl_block_util.py
+++ b/third_data/kpl_block_util.py
@@ -201,5 +201,10 @@
     return 0, []
 
 
+# 寮�1鏃堕棿鑼冨洿
+open_limit_up_time_range = time.mktime(
+    time.strptime(tool.get_now_date_str() + " 09:25:00", '%Y-%m-%d %H:%M:%S')), time.mktime(
+    time.strptime(tool.get_now_date_str() + " 09:30:00", '%Y-%m-%d %H:%M:%S'))
+
 if __name__ == "__main__":
     pass

--
Gitblit v1.8.0