mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
apply patch from #1548
This commit is contained in:
parent
54ae8a4482
commit
93c49495b2
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class ConsoleUI(component.Component):
|
|||
# Set the interactive flag to indicate where we should print the output
|
||||
self.interactive = True
|
||||
if args:
|
||||
args = args[0]
|
||||
args = ' '.join(args)
|
||||
self.interactive = False
|
||||
|
||||
# Try to connect to the localhost daemon
|
||||
|
|
Loading…
Add table
Reference in a new issue