mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Update name of caller
This commit is contained in:
parent
040d42ff85
commit
e0611c2f7f
@ -124,7 +124,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
)
|
)
|
||||||
|
|
||||||
await asyncio.gather(
|
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(
|
async def validate_and_move_segment(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user