mirror of
https://github.com/mahdibland/V2RayAggregator.git
synced 2026-06-24 21:34:12 +08:00
💫 Fix Bug
This commit is contained in:
parent
d18798c9ed
commit
6382e8e3cd
@ -354,7 +354,7 @@ class sub_merge():
|
||||
break
|
||||
# 节点来源打印
|
||||
for index in range(len(lines)):
|
||||
if lines[index] == '### node source\n':
|
||||
if lines[index] == '### node sources\n':
|
||||
# 清除旧内容
|
||||
while lines[index+1] != '\n':
|
||||
lines.pop(index+1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user