fix bug about version

This commit is contained in:
Cayo Puigdefabregas 2022-04-11 10:59:15 +02:00
parent 03e681a3d1
commit 8bd26b56f3
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ class ParseSnapshot:
"components": self.components, "components": self.components,
"uuid": snapshot['uuid'], "uuid": snapshot['uuid'],
"type": snapshot['type'], "type": snapshot['type'],
"version": snapshot["version"], "version": "14.0.0",
"endTime": snapshot["timestamp"], "endTime": snapshot["timestamp"],
"elapsed": 1, "elapsed": 1,
"wbid": snapshot["wbid"], "wbid": snapshot["wbid"],
@ -335,7 +335,7 @@ class ParseSnapshotLsHw:
"software": "Workbench", "software": "Workbench",
"components": self.components, "components": self.components,
"uuid": snapshot['uuid'], "uuid": snapshot['uuid'],
"version": snapshot["version"], "version": "14.0.0",
"endTime": snapshot["timestamp"], "endTime": snapshot["timestamp"],
"elapsed": 1, "elapsed": 1,
"wbid": snapshot["wbid"], "wbid": snapshot["wbid"],