💫 Fix Bug

This commit is contained in:
Mirei 2023-01-27 21:08:38 +03:30 committed by GitHub
parent d18798c9ed
commit 6382e8e3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)