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
|
|
@ -90,7 +90,6 @@ class Booblyrics(ReplApplication):
|
|||
|
||||
self.start_format()
|
||||
self.format(songlyrics)
|
||||
self.flush()
|
||||
|
||||
def complete_search(self, text, line, *ignored):
|
||||
args = line.split(' ')
|
||||
|
|
@ -112,4 +111,3 @@ class Booblyrics(ReplApplication):
|
|||
self.start_format(pattern=pattern)
|
||||
for backend, songlyrics in self.do('iter_lyrics', criteria, pattern):
|
||||
self.cached_format(songlyrics)
|
||||
self.flush()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue