This commit is contained in:
Hmily 2025-06-11 13:36:36 +08:00 committed by GitHub
parent 86a822f0db
commit d787838ed2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
time.sleep(3)