cc-3936: Bug fixed where mm2. was using wrong method to launch.
This commit is contained in:
parent
d5ccf183a0
commit
be602c3318
|
@ -129,8 +129,7 @@ def main(global_config, api_client_config, log_config,
|
|||
|
||||
apiclient.register_component('media-monitor')
|
||||
|
||||
pyi = manager.pyinotify()
|
||||
pyi.loop()
|
||||
manager.loop()
|
||||
|
||||
__doc__ = """
|
||||
Usage:
|
||||
|
|
Loading…
Reference in New Issue