Add explicit yield to etq search.
This commit is contained in:
parent
c139f666cf
commit
6d9a2eafec
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ def permute(pool, query=tuple()):
|
|||
if complete_tag_index.get(query):
|
||||
return
|
||||
|
||||
articles = list(P.search(tag_musts=query).results)
|
||||
articles = list(P.search(tag_musts=query, yield_photos=True).results)
|
||||
if not articles:
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue