- fixed not exitting executor thread

- fixed PID params
This commit is contained in:
jens
2020-12-01 19:35:06 +01:00
parent 5c97ac4d5c
commit 19ed110d0b
3 changed files with 11 additions and 6 deletions
-1
View File
@@ -5,7 +5,6 @@ from ws.client.ws_client import WsClient
from ws.message import MessageDispatcherSync
from queue import Queue
import asyncio
from ws.connection import IConnection
class Window(QtWidgets.QMainWindow, Ui_MainWindow):