Commit f1d45a3f by tianxuan

修改执行命令

parent c2a27f8c
...@@ -14,7 +14,7 @@ class Shein: ...@@ -14,7 +14,7 @@ class Shein:
proxy = item.get('proxy') # 格式: http://user:pass@host:port proxy = item.get('proxy') # 格式: http://user:pass@host:port
cmd = [ cmd = [
'python', 'python3',
'main.py', 'main.py',
'-u', username, '-u', username,
'-p', password, '-p', password,
......
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