2.19 判断是否招标文件
This commit is contained in:
parent
1795a4b2cf
commit
5463a0b0d3
@ -52,7 +52,7 @@ def judge_zbfile() -> Any: #判断是否是招标文件
|
|||||||
logger.info(f"Local file path: {downloaded_filepath}")
|
logger.info(f"Local file path: {downloaded_filepath}")
|
||||||
|
|
||||||
# 调用实际的判断函数
|
# 调用实际的判断函数
|
||||||
judge_result = judge_zbfile_exec_sub(downloaded_filepath)
|
judge_result = judge_zbfile_exec(downloaded_filepath)
|
||||||
judge = JudgeResult.YES if judge_result else JudgeResult.NO
|
judge = JudgeResult.YES if judge_result else JudgeResult.NO
|
||||||
|
|
||||||
end_time = time.time()
|
end_time = time.time()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user