Update name of caller

This commit is contained in:
Nicolas Mowen 2023-06-16 06:53:35 -06:00 committed by GitHub
parent 040d42ff85
commit e0611c2f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ class RecordingMaintainer(threading.Thread):
)
await asyncio.gather(
*(self.validate_segment(camera, events, r) for r in recordings)
*(self.validate_and_move_segment(camera, events, r) for r in recordings)
)
async def validate_and_move_segment(