chatGPT
This commit is contained in:
@@ -43,8 +43,8 @@ def lbb():
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def update():
|
def update():
|
||||||
if os.path.exists("{ml}\update.exe"):
|
if os.path.exists("{ml}\\update.exe"):
|
||||||
os.system("start {ml}\update.exe")
|
os.system("start {ml}\\update.exe")
|
||||||
else:
|
else:
|
||||||
messagebox.showerror('update', '更新日志文件丢失,请检查文件并重新安装')
|
messagebox.showerror('update', '更新日志文件丢失,请检查文件并重新安装')
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user