oops fix bad function name
This commit is contained in:
parent
86acc67ccc
commit
d0730472d8
5 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ class WeboobCfg(ReplApplication):
|
|||
|
||||
Add a configured backend.
|
||||
"""
|
||||
name, options = self.parseline(line, 2, 1)
|
||||
name, options = self.parseargs(line, 2, 1)
|
||||
if options:
|
||||
options = options.split(' ')
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue