fix bug about version
This commit is contained in:
parent
03e681a3d1
commit
8bd26b56f3
|
@ -35,7 +35,7 @@ class ParseSnapshot:
|
|||
"components": self.components,
|
||||
"uuid": snapshot['uuid'],
|
||||
"type": snapshot['type'],
|
||||
"version": snapshot["version"],
|
||||
"version": "14.0.0",
|
||||
"endTime": snapshot["timestamp"],
|
||||
"elapsed": 1,
|
||||
"wbid": snapshot["wbid"],
|
||||
|
@ -335,7 +335,7 @@ class ParseSnapshotLsHw:
|
|||
"software": "Workbench",
|
||||
"components": self.components,
|
||||
"uuid": snapshot['uuid'],
|
||||
"version": snapshot["version"],
|
||||
"version": "14.0.0",
|
||||
"endTime": snapshot["timestamp"],
|
||||
"elapsed": 1,
|
||||
"wbid": snapshot["wbid"],
|
||||
|
|
Reference in New Issue