From 2c026991306d27c4a30b2aa604004a70d63ac8be Mon Sep 17 00:00:00 2001 From: "weiye.wang" Date: Wed, 29 May 2024 22:11:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E6=97=B6=E8=87=AA=E5=8A=A8=E6=B8=85=E7=A9=BA=E2=80=9C=E5=B7=B2?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E9=A2=98=E7=9B=AE=E2=80=9D=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v4/批量收录新题.py | 1 + 1 file changed, 1 insertion(+) diff --git a/工具v4/批量收录新题.py b/工具v4/批量收录新题.py index 18ed9f2a..91025e5e 100644 --- a/工具v4/批量收录新题.py +++ b/工具v4/批量收录新题.py @@ -11,6 +11,7 @@ class MyWindow_bdsl(QWidget,Ui_Form): def setdbname(self,string): self.database_name = string + self.problemstoimport = [] # print(self.database_name) def bind(self):