mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-11 22:50:45 +08:00
- 将默认 DEBUG 值设置为 False,以避免意外的调试模式激活
This commit is contained in:
parent
c588312f81
commit
47d05dc37b
@ -42,7 +42,7 @@ def get_app_ver():
|
||||
PYTHON_PATH = "python3" if os.path.exists("/usr/bin/python3") else "python"
|
||||
SCRIPT_PATH = os.environ.get("SCRIPT_PATH", "./quark_auto_save.py")
|
||||
CONFIG_PATH = os.environ.get("CONFIG_PATH", "./config/quark_config.json")
|
||||
DEBUG = os.environ.get("DEBUG", True)
|
||||
DEBUG = os.environ.get("DEBUG", False)
|
||||
|
||||
task_plugins_config = {}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user