From d787838ed29fc5da86f8d044536992500519151a Mon Sep 17 00:00:00 2001 From: Hmily <114978440+ihmily@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:36:36 +0800 Subject: [PATCH] up --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 46b2912..b5268b1 100644 --- a/main.py +++ b/main.py @@ -1794,7 +1794,7 @@ while True: delete_line(url_config_file, origin_line) line_list.append(origin_line) line = origin_line.strip() - if len(line) < 20: + if len(line) < 18: continue line_spilt = line.split('主播: ') @@ -1986,4 +1986,4 @@ while True: t2.start() first_run = False - time.sleep(3) \ No newline at end of file + time.sleep(3)