udp.py 添加close函数用于关闭后台线程,
解决updata_ssh 后台线程无法正常关闭的问题 调整服务器文件列表显示,服务器文件夹显示中文别名
This commit is contained in:
@@ -60,4 +60,6 @@ if __name__ == "__main__":
|
||||
dlg=updata_dlg()
|
||||
dlg.show()
|
||||
app.exec()
|
||||
print("exe end.")
|
||||
sys.exit(0)
|
||||
print("exe end2.")
|
||||
|
Reference in New Issue
Block a user