mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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
|
||||
|
||||
try:
|
||||
args = self._commands[cmd].split(line)
|
||||
args = self.console._commands[cmd].split(line)
|
||||
except ValueError, e:
|
||||
self.write("{!error!}Error parsing command: %s" % e)
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue