mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Formatting
This commit is contained in:
parent
bd466dad87
commit
447f9b4f74
@ -99,7 +99,9 @@ class FFMpegConverter:
|
|||||||
# we know the pipe was being read from and now it is not
|
# we know the pipe was being read from and now it is not
|
||||||
# so we should recreate the pipe to ensure no partially-read
|
# so we should recreate the pipe to ensure no partially-read
|
||||||
# frames exist
|
# frames exist
|
||||||
logger.debug("Recreating the birdseye pipe because it was read from and now is not")
|
logger.debug(
|
||||||
|
"Recreating the birdseye pipe because it was read from and now is not"
|
||||||
|
)
|
||||||
self.recreate_birdseye_pipe()
|
self.recreate_birdseye_pipe()
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user