This commit is contained in:
jxxghp
2024-01-11 16:35:51 +08:00
parent 8236d6c8d7
commit d89c80ac89
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class IndexerModule(_ModuleBase):
# 确认搜索的名字
if not keywords:
# 浏览种子页
keywords = [None]
keywords = ['']
# 开始索引
result_array = []