X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Futils%2Fconfig.py;h=37c662b58df6dc461e304d84abb73192db80896a;hb=50a7a9b43940155f8b0a3b81bb91a79585104eb9;hp=5d62505a972d0f9857d27ac55c53c00559e030b4;hpb=7854938788e0af521edd7199e40db796d3256351;p=mpd-sima.git diff --git a/sima/utils/config.py b/sima/utils/config.py index 5d62505..37c662b 100644 --- a/sima/utils/config.py +++ b/sima/utils/config.py @@ -43,17 +43,19 @@ DEFAULT_CONF = { 'MPD': { 'host': "localhost", #'password': "", - 'port': "6600"}, + 'port': "6600", + }, 'sima': { - 'internal': "Crop, History, MpdOptions, Lastfm, RandomFallBack", + 'internal': "Crop, Lastfm, RandomFallBack", 'contrib': "", 'user_db': "false", 'history_duration': "8", 'queue_length': "1", - 'consume': "0",}, + }, 'daemon':{ 'daemon': "false", - 'pidfile': "",}, + 'pidfile': "", + }, 'log': { 'verbosity': "info", 'logfile': "",