Compare commits
2 Commits
df2713e62b
...
93db41c3ae
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93db41c3ae | ||
|
|
52769175db |
@@ -1,6 +1,5 @@
|
|||||||
import threading
|
import threading
|
||||||
from typing import Dict, Any
|
from typing import Dict, Any
|
||||||
|
|
||||||
from Entity.AnchorModel import AnchorModel
|
from Entity.AnchorModel import AnchorModel
|
||||||
|
|
||||||
# wda apple bundle id
|
# wda apple bundle id
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ class Deviceinfo(object):
|
|||||||
self.deviceIndex = 0
|
self.deviceIndex = 0
|
||||||
# 投屏端口(本地映射端口起始值,会递增)
|
# 投屏端口(本地映射端口起始值,会递增)
|
||||||
self.screenProxy = 9110
|
self.screenProxy = 9110
|
||||||
|
|
||||||
# 记录 iproxy Popen 进程:[{ "id": udid, "target": Popen }, ...]
|
# 记录 iproxy Popen 进程:[{ "id": udid, "target": Popen }, ...]
|
||||||
self.pidList: List[Dict] = []
|
self.pidList: List[Dict] = []
|
||||||
# 当前已连接的设备(tidevice 的 Device 对象列表)
|
# 当前已连接的设备(tidevice 的 Device 对象列表)
|
||||||
|
|||||||
Reference in New Issue
Block a user