return instead of yield set()
This commit is contained in:
parent
86aadbd1fa
commit
22cb3e1cbd
3 changed files with 3 additions and 3 deletions
|
|
@ -42,4 +42,4 @@ class InaBackend(BaseBackend, ICapVideo):
|
|||
|
||||
def iter_search_results(self, pattern=None, sortby=ICapVideo.SEARCH_RELEVANCE, nsfw=False, required_fields=None):
|
||||
debug(u'backend ina: iter_search_results is not implemented')
|
||||
return []
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue