diff --git a/deluge/ui/console/commands/info.py b/deluge/ui/console/commands/info.py index 0a87aea42..1d0da4f39 100644 --- a/deluge/ui/console/commands/info.py +++ b/deluge/ui/console/commands/info.py @@ -118,7 +118,7 @@ class Command(BaseCommand): " | hitting a second time, will print 15 more matches; \n"\ " | and a third press will print all remaining matches.\n"\ " | (To modify behaviour of third , set `third_tab_lists_all` to False)" - + def handle(self, *args, **options): self.console = component.get("ConsoleUI") # Compile a list of torrent_ids to request the status of