remove useless calls to ReplApplication.flush() (closes #812)
This commit is contained in:
parent
8b803e7c39
commit
bdf4c13f4e
22 changed files with 0 additions and 74 deletions
|
|
@ -75,7 +75,6 @@ class Galleroob(ReplApplication):
|
|||
for backend, gallery in self.do('search_gallery', pattern=pattern,
|
||||
max_results=self.options.count):
|
||||
self.cached_format(gallery)
|
||||
self.flush()
|
||||
|
||||
def do_download(self, line):
|
||||
"""
|
||||
|
|
@ -157,4 +156,3 @@ class Galleroob(ReplApplication):
|
|||
|
||||
self.start_format()
|
||||
self.format(gallery)
|
||||
self.flush()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue