From 5dce70d5d9be9116ce37da9ffa67b7f3df705453 Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Fri, 28 Apr 2023 21:45:09 +0800 Subject: [PATCH] chatGPT --- client.pyw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.pyw b/client.pyw index 6c9362a..4d7296a 100644 --- a/client.pyw +++ b/client.pyw @@ -43,8 +43,8 @@ def lbb(): pass def update(): - if os.path.exists("{ml}\update.exe"): - os.system("start {ml}\update.exe") + if os.path.exists("{ml}\\update.exe"): + os.system("start {ml}\\update.exe") else: messagebox.showerror('update', '更新日志文件丢失,请检查文件并重新安装') pass