Improve MPD_SERVER_PASSWORD description

This commit is contained in:
Stein Magnus Jodal 2011-01-21 00:18:04 +01:00
parent af0f80d238
commit 00897e9024

View File

@ -164,7 +164,7 @@ OUTPUT = u'mopidy.outputs.gstreamer.GStreamerOutput'
#: Listens on all interfaces, both IPv4 and IPv6.
MPD_SERVER_HOSTNAME = u'127.0.0.1'
#: Password required for connecting to the MPD server.
#: The password required for connecting to the MPD server.
#:
#: Default: :class:`False`, which means no password required.
MPD_SERVER_PASSWORD = False