mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +00:00
fix mistake in last commit
This commit is contained in:
parent
266127bb69
commit
934a0f6495
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ class Legacy(BaseMode):
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
args = self._commands[cmd].split(line)
|
args = self.console._commands[cmd].split(line)
|
||||||
except ValueError, e:
|
except ValueError, e:
|
||||||
self.write("{!error!}Error parsing command: %s" % e)
|
self.write("{!error!}Error parsing command: %s" % e)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue