mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-03 13:54:55 +03:00
formatting
This commit is contained in:
parent
2109c53010
commit
83c10e3647
@ -96,9 +96,7 @@ class StatsEmitter(threading.Thread):
|
||||
if isinstance(first_value, dict):
|
||||
# Filter each nested entry to only requested fields
|
||||
selected[parent_key] = {
|
||||
entry_key: {
|
||||
field: entry.get(field) for field in child_keys
|
||||
}
|
||||
entry_key: {field: entry.get(field) for field in child_keys}
|
||||
for entry_key, entry in parent.items()
|
||||
}
|
||||
else:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user