Remove backend for do() calls
This commit is contained in:
parent
40a8bc0ce1
commit
628c63f899
33 changed files with 112 additions and 113 deletions
|
|
@ -107,5 +107,5 @@ class Booblyrics(ReplApplication):
|
|||
pattern = None
|
||||
|
||||
self.start_format(pattern=pattern)
|
||||
for backend, songlyrics in self.do('iter_lyrics', criteria, pattern):
|
||||
for songlyrics in self.do('iter_lyrics', criteria, pattern):
|
||||
self.cached_format(songlyrics)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue