Commit b3c6aa3a authored by Georgios Dagkakis's avatar Georgios Dagkakis

change reverted so that it is re-made live in demo

parent a67f7670
...@@ -59,7 +59,7 @@ class ReadSkilledOperators(plugin.InputPreparationPlugin): ...@@ -59,7 +59,7 @@ class ReadSkilledOperators(plugin.InputPreparationPlugin):
node['EV123454321']={ #(random id) node['EV123454321']={ #(random id)
"name": "Allocator", "name": "Allocator",
"argumentDict": "{}", "argumentDict": "{}",
"interval": data['general'].get('allocationInterval',40), "interval": 40,
"stop": -1, "stop": -1,
"id": "EV123454321", "id": "EV123454321",
"start": 0, "start": 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment