mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-07-06 22:42:14 +08:00
fix: 修复KG源API
This commit is contained in:
committed by
“Folltoshe”
parent
33a7e8e8b6
commit
e28474c490
@ -11,8 +11,8 @@
|
||||
import os
|
||||
|
||||
|
||||
debug_mode = False
|
||||
log_length_limit = 400
|
||||
debug_mode = True
|
||||
log_length_limit = 100000
|
||||
running = True
|
||||
config = {}
|
||||
workdir = os.getcwd()
|
||||
|
Reference in New Issue
Block a user