oops fix bad function name
This commit is contained in:
parent
86acc67ccc
commit
d0730472d8
5 changed files with 5 additions and 5 deletions
|
|
@ -59,7 +59,7 @@ class Weboorrents(ReplApplication):
|
|||
FILENAME is where to write the file. If FILENAME is '-',
|
||||
the file is written to stdout.
|
||||
"""
|
||||
id, dest = self.parseline(line, 2, 2)
|
||||
id, dest = self.parseargs(line, 2, 2)
|
||||
|
||||
_id, backend_name = self.parse_id(id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue