docs: README

This commit is contained in:
helloplhm-qwq 2023-11-10 23:24:26 +08:00
parent ceede1c03b
commit 1640723ad4
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ LX Music非官方测试接口服务器的Python实现需自行写源
```bash
git clone https://github.com/lxmusics/lx-music-api-server-python.git # clone本项目
cd python # 后期可能会有nodejs版
python -m pip install -r ./requirements.txt # 安装依赖
python main.py # 启动服务
```

View File

@ -11,7 +11,7 @@
import os
debug_mode = False
debug_mode = True
log_length_limit = 400
running = True
config = {}