From 6e097b85256f9ded2afe909fc0b2a17e386dca18 Mon Sep 17 00:00:00 2001 From: "weiye.wang" Date: Wed, 1 May 2024 21:28:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=94=AE=E5=AD=97=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E9=A2=98=E5=8F=B7=E7=94=9F=E6=88=90tex=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=97=B6=E5=8A=A0=E4=BA=86=E4=B8=80=E4=B8=AA=E8=BF=9B=E5=BA=A6?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v4/关键字筛选题号.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/工具v4/关键字筛选题号.py b/工具v4/关键字筛选题号.py index 9241b0e4..6310531d 100644 --- a/工具v4/关键字筛选题号.py +++ b/工具v4/关键字筛选题号.py @@ -117,7 +117,7 @@ class MyWindow_sxth(QWidget,Ui_Form): mydb = connect(hostname = db_host, port = db_port, username=db_user, pwd=db_pwd, db = self.database_name) mycursor = mydb.cursor() bodystring = "\\begin{enumerate}\n\n" - for id in generate_number_set(exp): + for id in tqdm.tqdm(generate_number_set(exp)): bodystring += generateLaTeXBodyContentfromMariaDB(mycursor,id,configjson) bodystring += "\\end{enumerate}\n\n"