This commit is contained in:
“Folltoshe”
2023-11-10 21:25:59 +08:00
commit 24836934e0
26 changed files with 2165 additions and 0 deletions

21
common/variable.py Normal file
View File

@ -0,0 +1,21 @@
# ----------------------------------------
# - mode: python -
# - author: helloplhm-qwq -
# - name: variable.py -
# - project: lx-music-api-server -
# - license: MIT -
# ----------------------------------------
# This file is part of the "lx-music-api-server" project.
# Do not edit except you know what you are doing.
import os
debug_mode = True
log_length_limit = 50000000
running = True
config = {}
pool_data = None
pool_cache = None
workdir = os.getcwd()
banList_suggest = 0