change EreuseWorkbench for workbench-script

This commit is contained in:
Cayo Puigdefabregas 2024-10-21 11:29:48 +02:00
parent 9aa156628b
commit 629a2a172e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ SNAPSHOT_BASE = {
'type': 'Snapshot', 'type': 'Snapshot',
'uuid': str(uuid.uuid4()), 'uuid': str(uuid.uuid4()),
'code': gen_code(), 'code': gen_code(),
'software': "EreuseWorkbench", 'software': "workbench-script",
'version': "0.0.1", 'version': "0.0.1",
'data': {}, 'data': {},
'erase': [] 'erase': []