This commit is contained in:
Rudi Grinberg 2012-11-07 23:21:48 -05:00
parent 55f0462946
commit c222ac10f7
1 changed files with 1 additions and 1 deletions
python_apps/media-monitor2

View File

@ -48,7 +48,7 @@ def main(global_config, api_client_config, log_config,
if not os.path.exists(cfg): raise NoConfigFile(cfg)
# MMConfig is a proxy around ConfigObj instances. it does not allow
# itself users of MMConfig instances to modify any config options
# directly through the dictionary. Users of this object muse use the
# directly through the dictionary. Users of this object must use the
# correct methods designated for modification
try: config = MMConfig(global_config)
except NoConfigFile as e: