mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +00:00
[Console] Remove unneeded whitespace in config output
This commit is contained in:
parent
62a144c730
commit
520fc23371
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ class Command(BaseCommand):
|
||||||
new_value.append("%s%s" % (color, line))
|
new_value.append("%s%s" % (color, line))
|
||||||
value = "\n".join(new_value)
|
value = "\n".join(new_value)
|
||||||
|
|
||||||
s += " %s: %s%s\n" % (key, color, 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)
|
return client.core.get_config().addCallback(_on_get_config)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue