mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
Formatting
This commit is contained in:
parent
08db0d35c9
commit
91cda9f500
@ -209,7 +209,9 @@ class AudioEventMaintainer(threading.Thread):
|
|||||||
audio_detections = []
|
audio_detections = []
|
||||||
|
|
||||||
for label, score, _ in model_detections:
|
for label, score, _ in model_detections:
|
||||||
logger.debug(f"{self.config.name} heard {label} with a score of {score}")
|
logger.debug(
|
||||||
|
f"{self.config.name} heard {label} with a score of {score}"
|
||||||
|
)
|
||||||
|
|
||||||
if label not in self.config.audio.listen:
|
if label not in self.config.audio.listen:
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user