X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Futils%2Fconfig.py;h=439f4a57c78bae9c7ca25b0c7dc32a47aafd7b61;hb=e8bcefbcb4a56e111af402bdb705436f42cc93e0;hp=c425642679fd4063c4445a0a7e0b96bc37fb453b;hpb=24993cd99b847733894f57fd004ed52b5390244a;p=mpd-sima.git diff --git a/sima/utils/config.py b/sima/utils/config.py index c425642..439f4a5 100644 --- a/sima/utils/config.py +++ b/sima/utils/config.py @@ -76,7 +76,7 @@ DEFAULT_CONF = { 'depth': "1", }, 'randomfallback': { - 'flavour': "sensible", # in pure, sensible, genre + 'flavour': "sensible", # in pure, sensible 'track_to_add': "1", } } @@ -189,8 +189,8 @@ class ConfMan(object): # CONFIG MANAGER CLASS self.log.debug('[%s] present in conf file' % section) for option in self.defaults[section]: if self.config.has_option(section, option): - #self.log.debug(u'option "%s" set to "%s" in conf. file' % - # (option, self.config.get(section, option))) + #self.log.debug('option "%s" set to "%s" in conf. file'% + # (option, self.config.get(section, option))) pass else: self.log.debug(