mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Formatting
This commit is contained in:
parent
48f13a5f36
commit
028c117cdd
@ -44,7 +44,9 @@ class ExternalEventProcessor:
|
|||||||
rand_id = "".join(random.choices(string.ascii_lowercase + string.digits, k=6))
|
rand_id = "".join(random.choices(string.ascii_lowercase + string.digits, k=6))
|
||||||
event_id = f"{now}-{rand_id}"
|
event_id = f"{now}-{rand_id}"
|
||||||
|
|
||||||
thumbnail = self._write_images(camera_config, label, event_id, draw, snapshot_frame)
|
thumbnail = self._write_images(
|
||||||
|
camera_config, label, event_id, draw, snapshot_frame
|
||||||
|
)
|
||||||
|
|
||||||
self.queue.put(
|
self.queue.put(
|
||||||
(
|
(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user