|
@@ -52,8 +52,6 @@ class AI(object):
|
|
}
|
|
}
|
|
# dag_uuid如果存在,则更新任务,否则新建任务
|
|
# dag_uuid如果存在,则更新任务,否则新建任务
|
|
r = R.post(url=self.start_url, json=data)
|
|
r = R.post(url=self.start_url, json=data)
|
|
- with open("test.json", "w", encoding="utf8") as f:
|
|
|
|
- f.write(r.text)
|
|
|
|
print("testing execute process completed")
|
|
print("testing execute process completed")
|
|
self.lst = lst
|
|
self.lst = lst
|
|
|
|
|