taotoolkit 1.0.2__tar.gz → 1.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: taotoolkit
3
- Version: 1.0.2
3
+ Version: 1.0.4
4
4
  Summary: Tao ToolKit
5
5
  Author-email: taotaoli <taotaoli@asrmicro.com>
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "taotoolkit"
7
- version = "1.0.2"
7
+ version = "1.0.4"
8
8
  description = "Tao ToolKit"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -657,9 +657,7 @@ class asrCamOp(DevOp):
657
657
  else:
658
658
  loge("windows unsupport")
659
659
  return
660
- else:
661
- loge(f"unsupport cmd in {sysVersion}")
662
- return
660
+
663
661
  else:
664
662
  logi("ip connect off")
665
663
  if sysVersion == "Linux":
@@ -676,8 +674,6 @@ class asrCamOp(DevOp):
676
674
  self.resetNet()
677
675
  rCmd(f"adb -s {self.serial} forward --remove tcp:10000")
678
676
  rCmd("netsh interface portproxy reset", showRet=False)
679
- else:
680
- loge(f"unsupport cmd in {sysVersion}")
681
677
 
682
678
  def openCam(self, id=0):
683
679
  if id == 0:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: taotoolkit
3
- Version: 1.0.2
3
+ Version: 1.0.4
4
4
  Summary: Tao ToolKit
5
5
  Author-email: taotaoli <taotaoli@asrmicro.com>
6
6
  License-Expression: MIT
File without changes
File without changes