Browse Source

update 数据源接口machine字段返回

kk 2 năm trước cách đây
mục cha
commit
8ec01a7463
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      server/conf_task.py

+ 2 - 1
server/conf_task.py

@@ -42,7 +42,8 @@ def getSource():
                     }
                 ],
                 'description': source_desc,
-                'source': source
+                'source': source,
+                'machine': machine
             }
             source_list.append(source_dict)
     except Exception as e: