oops fix bad function name

This commit is contained in:
Romain Bignon 2010-09-24 13:45:50 -04:00
commit d0730472d8
5 changed files with 5 additions and 5 deletions

View file

@ -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)