Commit c2a27f8c by tianxuan

修改shein目录位置

parent 48c113a0
...@@ -77,4 +77,3 @@ def get_cookie(item: SheinLoginItem = Body(...)): ...@@ -77,4 +77,3 @@ def get_cookie(item: SheinLoginItem = Body(...)):
if __name__ == "__main__": if __name__ == "__main__":
# 启动 # 启动
uvicorn.run(app, host="0.0.0.0", port=9901, reload=False) uvicorn.run(app, host="0.0.0.0", port=9901, reload=False)
print('程序启动')
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