mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 00:12:10 +00:00
Made it more json friendly by removing spaces.
This commit is contained in:
@@ -38,7 +38,7 @@ class executor:
|
|||||||
response[device]["device_name"] = await transform.translate_nodeid_to_name(device, group_list)
|
response[device]["device_name"] = await transform.translate_nodeid_to_name(device, group_list)
|
||||||
task_batch.append(response[device])
|
task_batch.append(response[device])
|
||||||
|
|
||||||
responses_list["Task " + str(round)] = {
|
responses_list["task_" + str(round)] = {
|
||||||
"task_name": task["name"],
|
"task_name": task["name"],
|
||||||
"data": task_batch
|
"data": task_batch
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user