mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-14 05:26:28 +00:00
[Console] Remove unneeded whitespace in config output
This commit is contained in:
parent
62a144c730
commit
520fc23371
@ -102,7 +102,7 @@ class Command(BaseCommand):
|
||||
value = "\n".join(new_value)
|
||||
|
||||
s += "%s: %s%s\n" % (key, color, value)
|
||||
self.console.write(s)
|
||||
self.console.write(s.strip())
|
||||
|
||||
return client.core.get_config().addCallback(_on_get_config)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user