cc-4255: registered component so that status works

This commit is contained in:
Rudi Grinberg 2012-08-21 14:19:11 -04:00
parent 12e4585410
commit 1090226fc3
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,8 @@ def main(global_config, api_client_config, log_config,
tt = ToucherThread(path=config['index_path'],
interval=int(config['touch_interval']))
apiclient.register_component('media-monitor')
pyi = manager.pyinotify()
pyi.loop()