From 8535f56dbf6e410b4a09f02f95d4d49bcc8753f2 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 27 三月 2023 18:58:54 +0800 Subject: [PATCH] 看盘页面数据调整 --- third_data/hot_block.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/third_data/hot_block.py b/third_data/hot_block.py index f2524f8..9ddfb71 100644 --- a/third_data/hot_block.py +++ b/third_data/hot_block.py @@ -70,10 +70,10 @@ time.sleep(3) # 浜ゆ槗鏃堕棿鎵嶈瘑鍒� time_str = datetime.datetime.now().strftime("%H%M%S") - if int(time_str) < int("092500") or int(time_str) > int("150000"): - continue - if int("113000") < int(time_str) < int("130000"): - continue + # if int(time_str) < int("092500") or int(time_str) > int("150000"): + # continue + # if int("113000") < int(time_str) < int("130000"): + # continue try: day, result = __parseData(driver) callback(day, result) -- Gitblit v1.8.0