From 8b40f7017f79324f305dacfe69798f2a388d0e92 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 09 九月 2024 00:51:57 +0800 Subject: [PATCH] bug修复 --- third_data/code_plate_key_manager.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_data/code_plate_key_manager.py b/third_data/code_plate_key_manager.py index aa002dc..c1a3c07 100644 --- a/third_data/code_plate_key_manager.py +++ b/third_data/code_plate_key_manager.py @@ -1237,9 +1237,9 @@ @param yesterday_limit_up_codes 鏄ㄦ棩娑ㄥ仠浠g爜 @return: """ - # 10鐐逛箣鍓嶆墠鑳戒拱鍏� + # 9:45鐐逛箣鍓嶆墠鑳戒拱鍏� if not constant.TEST: - if int(tool.get_now_time_str().replace(":", "")) > 100000: + if int(tool.get_now_time_str().replace(":", "")) > 94500: return False, "瓒呰繃鐢熸晥鏃堕棿" # 鏍规嵁鏉垮潡鑱氬悎鏁版嵁 -- Gitblit v1.8.0