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