mirror of https://github.com/Mai-with-u/MaiBot.git
pull/835/head
parent
44a7058985
commit
95cacee2bd
|
|
@ -32,8 +32,8 @@ _custom_style_handlers: Dict[Tuple[str, str], List[int]] = {} # 记录自定义
|
||||||
current_file_path = Path(__file__).resolve()
|
current_file_path = Path(__file__).resolve()
|
||||||
LOG_ROOT = "logs"
|
LOG_ROOT = "logs"
|
||||||
|
|
||||||
SIMPLE_OUTPUT = os.getenv("SIMPLE_OUTPUT", "false")
|
SIMPLE_OUTPUT = os.getenv("SIMPLE_OUTPUT", "false").strip().lower()
|
||||||
if SIMPLE_OUTPUT == "true" or SIMPLE_OUTPUT == "True":
|
if SIMPLE_OUTPUT == "true":
|
||||||
SIMPLE_OUTPUT = True
|
SIMPLE_OUTPUT = True
|
||||||
else:
|
else:
|
||||||
SIMPLE_OUTPUT = False
|
SIMPLE_OUTPUT = False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue