mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +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
|
# Set the interactive flag to indicate where we should print the output
|
||||||
self.interactive = True
|
self.interactive = True
|
||||||
if args:
|
if args:
|
||||||
args = args[0]
|
args = ' '.join(args)
|
||||||
self.interactive = False
|
self.interactive = False
|
||||||
|
|
||||||
# Try to connect to the localhost daemon
|
# Try to connect to the localhost daemon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue