CC-2560: Make sure new watched dirs do not contain existing

watched dirs (and stor dir) and vice-versa.

-fixed
This commit is contained in:
martin 2011-07-18 15:27:22 -04:00
parent 7edacd89cc
commit 0e82f2a606
2 changed files with 68 additions and 5 deletions

View file

@ -30,6 +30,8 @@ except Exception, e:
logger = logging.getLogger()
logger.info("\n\n*** Media Monitor bootup ***\n\n")
try:
config = AirtimeMediaConfig(logger)
api_client = api_client.api_client_factory(config.cfg)