diff --git a/README.md b/README.md index 748d513..189af5a 100644 --- a/README.md +++ b/README.md @@ -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 # 启动服务 ``` diff --git a/common/variable.py b/common/variable.py index 360186f..65dc0ec 100644 --- a/common/variable.py +++ b/common/variable.py @@ -11,7 +11,7 @@ import os -debug_mode = False +debug_mode = True log_length_limit = 400 running = True config = {}