2023-11-10 23:08:08 +08:00

19 lines
447 B
Python

# ----------------------------------------
# - 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 = False
log_length_limit = 400
running = True
config = {}
workdir = os.getcwd()
banList_suggest = 0