[Fix]修复中信期权接口获取op_station的bug
This commit is contained in:
parent
a8dbe6cc27
commit
06b0090271
@ -4,4 +4,4 @@ msgpack-python
|
||||
qdarkstyle
|
||||
SortedContainers
|
||||
futuquant
|
||||
snappy
|
||||
wmi
|
@ -605,7 +605,7 @@ class CshshlpTdApi(CsHsHlp):
|
||||
lip = interface.IPAddress[0] # 公网IP
|
||||
|
||||
for processor in c.Win32_Processor():
|
||||
cpu = temp.processor.strip() # CPU编号
|
||||
cpu = processor.Processorid.strip() # CPU编号
|
||||
|
||||
for disk in c.Win32_DiskDrive(): # 硬盘编号
|
||||
hdd = disk.SerialNumber.strip()
|
||||
|
Loading…
Reference in New Issue
Block a user