mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Formatting
This commit is contained in:
parent
46d7e7084a
commit
fc5e8f1e39
@ -200,7 +200,9 @@ class RecordRetainConfig(FrigateBaseModel):
|
|||||||
|
|
||||||
|
|
||||||
class RecordExportConfig(FrigateBaseModel):
|
class RecordExportConfig(FrigateBaseModel):
|
||||||
timelapse_args: str = Field(default=DEFAULT_TIME_LAPSE_FFMPEG_ARGS, title="Timelapse Args")
|
timelapse_args: str = Field(
|
||||||
|
default=DEFAULT_TIME_LAPSE_FFMPEG_ARGS, title="Timelapse Args"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class RecordConfig(FrigateBaseModel):
|
class RecordConfig(FrigateBaseModel):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user