fix parse_args conflict

This commit is contained in:
Christophe Benz 2010-12-13 16:18:23 +01:00
commit e9ede31053
9 changed files with 14 additions and 12 deletions

View file

@ -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.parse_args(line, 2, 2)
id, dest = self.parse_command_args(line, 2, 2)
_id, backend_name = self.parse_id(id)