Commit 2087c33c by zhangjingdong

删除中文

parent 23734e7c
# coding = utf-8 # coding = utf-8
...@@ -9,7 +9,6 @@ class PostmanApi: ...@@ -9,7 +9,6 @@ class PostmanApi:
def post(self): def post(self):
file = [] file = []
report_file = "/phantom/file/testreport/" report_file = "/phantom/file/testreport/"
# report_file = "/Users/lucas/Documents/报告地址/"
BASE_DIR = os.path.realpath(os.path.dirname(os.path.abspath(__file__))) BASE_DIR = os.path.realpath(os.path.dirname(os.path.abspath(__file__)))
path = os.listdir(BASE_DIR) path = os.listdir(BASE_DIR)
delay_request = str(50) delay_request = str(50)
......
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 sign in to comment