Commit 30ba672d by 宋鹏博

Update config.py

parent 21ed84b1
...@@ -16,7 +16,7 @@ appium_server_url = "http://127.0.0.1:4723/wd/hub" ...@@ -16,7 +16,7 @@ appium_server_url = "http://127.0.0.1:4723/wd/hub"
# path = r"D:\uifile\\" # path = r"D:\uifile\\"
# path = path[0:-1] # path = path[0:-1]
# 服务器路径 # 服务器路径
path="/root/uifile/" path = file_path + "/uifile/"
updata_pdf_name = "七下英语活页.pdf" updata_pdf_name = "七下英语活页.pdf"
updata_pdf_path = path + updata_pdf_name updata_pdf_path = path + updata_pdf_name
......
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 to comment