mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
snapshots config typo
This commit is contained in:
parent
3fab321045
commit
8762da627b
@ -994,7 +994,7 @@ class FrigateConfig():
|
||||
self._detectors = { name: DetectorConfig(d) for name, d in config['detectors'].items() }
|
||||
self._mqtt = MqttConfig(config['mqtt'])
|
||||
self._clips = ClipsConfig(config['clips'])
|
||||
self._snapshots = SnapshotsConfig(config['clips'])
|
||||
self._snapshots = SnapshotsConfig(config['snapshots'])
|
||||
self._cameras = { name: CameraConfig(name, c, config) for name, c in config['cameras'].items() }
|
||||
self._logger = LoggerConfig(config['logger'])
|
||||
self._environment_vars = config['environment_vars']
|
||||
|
Loading…
Reference in New Issue
Block a user