/trunk/Server/daemon.py |
---|
198,6 → 198,7 |
if config.enable_motion_detect: |
os.system(os.path.dirname(os.path.abspath(__file__)) + "/motion/motion_stop_safe") |
if config.enable_doorbell_listener: |
if g_bellListenerProc != None: |
sp.Popen.terminate(g_bellListenerProc) |
self._output(200, '') |