From ceede1c03b4fd0d9fb7b07dd534419cfa3e9d0ac Mon Sep 17 00:00:00 2001 From: helloplhm-qwq Date: Fri, 10 Nov 2023 23:08:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/variable.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/common/variable.py b/common/variable.py index 0294f88..360186f 100644 --- a/common/variable.py +++ b/common/variable.py @@ -11,11 +11,9 @@ import os -debug_mode = True -log_length_limit = 50000000 +debug_mode = False +log_length_limit = 400 running = True config = {} -pool_data = None -pool_cache = None workdir = os.getcwd() banList_suggest = 0 \ No newline at end of file