Remove 'Settings:' label and indentation of all settings
This commit is contained in:
parent
0b2b0c5c3c
commit
6778718837
@ -141,7 +141,7 @@ def list_settings_optparse_callback(*args):
|
||||
option.
|
||||
"""
|
||||
from mopidy import settings
|
||||
print u'Settings: %s' % indent(format_settings_list(settings), places=2)
|
||||
print format_settings_list(settings)
|
||||
sys.exit(0)
|
||||
|
||||
def format_settings_list(settings):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user