From 34e410d71b87f56629c715f8c11838a015f337c2 Mon Sep 17 00:00:00 2001 From: "weiye.wang" Date: Thu, 25 Apr 2024 19:07:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E7=B3=BB=E5=88=97?= =?UTF-8?q?=E8=AE=B2=E4=B9=89=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v4/系列讲义生成.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/工具v4/系列讲义生成.py b/工具v4/系列讲义生成.py index 37add2c4..a93d4d8d 100644 --- a/工具v4/系列讲义生成.py +++ b/工具v4/系列讲义生成.py @@ -4,9 +4,9 @@ from database_tools_2 import * import os class MyWindow_jysc(QWidget,Ui_Form): - def __init__(self): + def __init__(self,database_name): super().__init__() - self.database_name = "tikutest" + self.database_name = database_name self.setupUi(self) self.bind()