多种题目生成功能增加时间显示

This commit is contained in:
weiye.wang 2024-02-05 21:59:36 +08:00
parent fd67485f97
commit 7c3dfbc72e
1 changed files with 0 additions and 1 deletions

View File

@ -57,4 +57,3 @@ else:
endtime = time.time() endtime = time.time()
print(f"生成pdf文件所花时间: {endtime-midtime:.3f}") print(f"生成pdf文件所花时间: {endtime-midtime:.3f}")
pass