[CapGallery] correct method name
The modules using this capability and galleroob have been corrected too
This commit is contained in:
parent
527a6d6b5c
commit
689fe43ed5
5 changed files with 6 additions and 6 deletions
|
|
@ -71,7 +71,7 @@ class Galleroob(ReplApplication):
|
|||
return 2
|
||||
|
||||
self.start_format(pattern=pattern)
|
||||
for gallery in self.do('search_gallery', pattern=pattern):
|
||||
for gallery in self.do('search_galleries', pattern=pattern):
|
||||
self.cached_format(gallery)
|
||||
|
||||
def do_download(self, line):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue