TSMasterAPI 1.2.2__tar.gz → 1.2.3__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.1
2
2
  Name: TSMasterAPI
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary: Use TSMaster hardware
5
5
  Author: seven
6
6
  Author-email: 865762826@qq.com
@@ -2,7 +2,7 @@
2
2
  Author: seven 865762826@qq.com
3
3
  Date: 2023-03-06 16:36:32
4
4
  LastEditors: seven 865762826@qq.com
5
- LastEditTime: 2023-04-12 16:17:50
5
+ LastEditTime: 2023-04-12 17:52:14
6
6
  github:https://github.com/sy950915/TSMasterAPI.git
7
7
  '''
8
8
  from ctypes import *
@@ -3820,7 +3820,7 @@ def tsdb_load_lin_db(AFliepath:str,ASupportedChannels:str,AId:c_int32):
3820
3820
  tsdb_load_lin_db(b"C:/1.xml",b'0,1',AId)
3821
3821
  """
3822
3822
  if not isinstance(AFliepath,bytes):
3823
- AFliepat数h = bytes(AFliepath)
3823
+ AFliepath = bytes(AFliepath)
3824
3824
  if not isinstance(ASupportedChannels,bytes):
3825
3825
  ASupportedChannels = bytes(ASupportedChannels)
3826
3826
  ret = dll.tsdb_load_lin_db(AFliepath,ASupportedChannels,byref(AId))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TSMasterAPI
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary: Use TSMaster hardware
5
5
  Author: seven
6
6
  Author-email: 865762826@qq.com
@@ -2,7 +2,7 @@
2
2
  Author: seven 865762826@qq.com
3
3
  Date: 2023-03-24 09:26:29
4
4
  LastEditors: seven 865762826@qq.com
5
- LastEditTime: 2023-04-12 16:18:17
5
+ LastEditTime: 2023-04-12 18:00:55
6
6
  FilePath: \VSCode_Pro\Python_Pro\TSMasterApi\setup.py
7
7
  Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8
8
  '''
@@ -14,7 +14,7 @@ with open("README.rst", "r",encoding="utf-8") as f:
14
14
 
15
15
  #
16
16
  setup(name='TSMasterAPI', # 包名
17
- version='1.2.2', # 版本号
17
+ version='1.2.3', # 版本号
18
18
  description='Use TSMaster hardware',
19
19
  long_description=long_description,
20
20
  author='seven',
File without changes
File without changes
File without changes