将元数据的来源网站记入日志以便进行评估

This commit is contained in:
lededev
2021-10-18 10:51:32 +08:00
parent c9b96f65ab
commit 24b4f9f5e2
4 changed files with 7 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ def getStoryline(number, title):
for i in range(cnt):
sl = len(result[i])if isinstance(result[i], str) else 0
if sl and first:
s += f'[选中结果{apply_sites[i]}字数:{sl}]'
s += f'[选中{apply_sites[i]}字数:{sl}]'
first = False
sel = result[i]
elif sl: