From d670ee4074c8eddd7a1471fb7e49f5c204b139c2 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 15 十一月 2024 01:11:01 +0800 Subject: [PATCH] 代码辨识度确认 --- 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 c4a3814..e101820 100644 --- a/third_data/code_plate_key_manager.py +++ b/third_data/code_plate_key_manager.py @@ -364,7 +364,7 @@ for data in datas: if data[1] in constant.KPL_INVALID_BLOCKS: continue - if data[3] < 1e8: + if data[3] < 5e7: continue blocks.add(data[1]) if len(blocks) >= 10: @@ -384,7 +384,7 @@ for data in datas: if data[1] in constant.KPL_INVALID_BLOCKS: continue - if data[3] > -1e8: + if data[3] > -5e7: # 杩囨护5鍗冧竾浠ヤ笂鐨� break blocks.add(data[1]) -- Gitblit v1.8.0