diff --git a/deluge/ui/console/main.py b/deluge/ui/console/main.py index 0667ce0ee..b6601e16e 100644 --- a/deluge/ui/console/main.py +++ b/deluge/ui/console/main.py @@ -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