mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
perf(api): 修改 API 模式默认端口为 5556
This commit is contained in:
@@ -521,7 +521,7 @@ class XHS:
|
||||
async def run_server(
|
||||
self,
|
||||
host="0.0.0.0",
|
||||
port=6666,
|
||||
port=5556,
|
||||
log_level="info",
|
||||
):
|
||||
self.server = FastAPI(
|
||||
|
||||
Reference in New Issue
Block a user