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