s/parseargs/parse_args
This commit is contained in:
parent
fbf74148a6
commit
5bdd1540fe
9 changed files with 11 additions and 11 deletions
|
|
@ -144,7 +144,7 @@ class Weboorrents(ReplApplication):
|
|||
FILENAME is where to write the file. If FILENAME is '-',
|
||||
the file is written to stdout.
|
||||
"""
|
||||
id, dest = self.parseargs(line, 2, 2)
|
||||
id, dest = self.parse_args(line, 2, 2)
|
||||
|
||||
_id, backend_name = self.parse_id(id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue