[booblyrics] search command needs 2 arguments
This commit is contained in:
parent
8e09865ae0
commit
f8067b949e
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class Booblyrics(ReplApplication):
|
|||
|
||||
Search lyrics by artist name or by song title.
|
||||
"""
|
||||
criteria, pattern = self.parse_command_args(line, 2, 1)
|
||||
criteria, pattern = self.parse_command_args(line, 2, 2)
|
||||
self.change_path([u'search'])
|
||||
if not pattern:
|
||||
pattern = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue