From 1640723ad405fa9ba9bf6dc8e8715cc5f46a8624 Mon Sep 17 00:00:00 2001 From: helloplhm-qwq Date: Fri, 10 Nov 2023 23:24:26 +0800 Subject: [PATCH] docs: README --- README.md | 1 - common/variable.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 = {}