wifi
This commit is contained in:
2
wifi.py
2
wifi.py
@@ -18,6 +18,8 @@ def open_exe(exe_name):
|
|||||||
if os.path.exists(os.path.join(ml, f"{exe_name}.exe")):
|
if os.path.exists(os.path.join(ml, f"{exe_name}.exe")):
|
||||||
os.system(f"start {exe_name}.exe")
|
os.system(f"start {exe_name}.exe")
|
||||||
else:
|
else:
|
||||||
|
print('文件丢失,请重新安装')
|
||||||
|
sleep(1)
|
||||||
pass
|
pass
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user