修复bug

This commit is contained in:
zw
2025-08-18 19:22:20 +08:00
parent 20e58eeb81
commit 906523b5ba
62 changed files with 10 additions and 4749 deletions

View File

@@ -36,7 +36,7 @@ class Deviceinfo(object):
# 监听设备连接(死循环,内部捕获异常)
# ----------------------------
def startDeviceListener(self):
# LogManager.info("Device Listener started", "listener")
while True:
try:
lists = Usbmux().device_list()

View File

@@ -79,8 +79,7 @@ def passToken():
accountToken = data['token']
print(accountToken)
Requester.requestComments()
Requester.requestPrologue()
return ResultData(data="").toJson()