udp.py 添加close函数用于关闭后台线程,

解决updata_ssh 后台线程无法正常关闭的问题
调整服务器文件列表显示,服务器文件夹显示中文别名
This commit is contained in:
andy
2023-11-05 21:05:49 +08:00
parent 238fd1e6bb
commit eb922ee1aa
7 changed files with 82 additions and 23 deletions

View File

@@ -60,4 +60,6 @@ if __name__ == "__main__":
dlg=updata_dlg()
dlg.show()
app.exec()
print("exe end.")
sys.exit(0)
print("exe end2.")