From c7930bc7ff09d6300e47bb5c0f47d6f57513d1aa Mon Sep 17 00:00:00 2001 From: 13632530821 Date: Tue, 22 Nov 2022 18:07:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8A=A5=E9=94=99=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 点名器.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/点名器.pyw b/点名器.pyw index 948c7d7..74aebb2 100644 --- a/点名器.pyw +++ b/点名器.pyw @@ -118,7 +118,7 @@ try: table = excel_data.sheets()[0] # win32api.SetFileAttributes(filename,win32con.FILE_ATTRIBUTE_HIDDEN) except FileNotFoundError: - msgbox.showerror('找不到数据库文件', '在相同目录下未能找到 names.xls 文件,请确认您的文件存在') + msgbox.showerror('找不到数据库文件', '在 ./data下未能找到 names.xls 文件,请确认您的文件存在') sys.exit() try: