yuqili 1 year ago
parent
commit
88269fb437
2 changed files with 3 additions and 3 deletions
  1. 3 1
      README.md
  2. 0 2
      main.py

+ 3 - 1
README.md

@@ -114,4 +114,6 @@ if __name__ == "__main__":
 
 `test_result`:查看程序运行的结果
 
-`test`:测试流程汇总
+`test`:测试流程汇总
+
+http://gogsb.retailwell.com/yuqili/test-ailab.git

+ 0 - 2
main.py

@@ -52,8 +52,6 @@ class AI(object):
         }
         # dag_uuid如果存在,则更新任务,否则新建任务
         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")
         self.lst = lst