added await to MotionCanceller
This commit is contained in:
@@ -22,4 +22,4 @@ class MotionCanceller(SceneDetector):
|
||||
async def scene_detected(self):
|
||||
await super().scene_detected()
|
||||
app = await self.get_app(self.args['app'])
|
||||
app.cancel_motion_callback(new='off')
|
||||
await app.cancel_motion_callback(new='off')
|
||||
Reference in New Issue
Block a user