CC-2927: Media Monitor: if new dir is generated in the process of

importing a file, airtime doesn't import the file.

- fixed
This commit is contained in:
James 2011-10-04 17:20:22 -04:00
parent b682c2cd10
commit d56a3ee9d6
3 changed files with 7 additions and 13 deletions

View file

@ -59,7 +59,7 @@ try:
wm = WatchManager()
mmc = MediaMonitorCommon(config)
mmc = MediaMonitorCommon(config, wm=wm)
pe = AirtimeProcessEvent(queue=multi_queue, airtime_config=config, wm=wm, mmc=mmc, api_client=api_client)
bootstrap = AirtimeMediaMonitorBootstrap(logger, pe, api_client, mmc)