mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
fix python formatting
This commit is contained in:
parent
e1dab61ae7
commit
8422c6070f
@ -635,7 +635,7 @@ def events():
|
|||||||
excluded_fields.append(Event.thumbnail)
|
excluded_fields.append(Event.thumbnail)
|
||||||
else:
|
else:
|
||||||
selected_columns.append(Event.thumbnail)
|
selected_columns.append(Event.thumbnail)
|
||||||
|
|
||||||
if favorites:
|
if favorites:
|
||||||
clauses.append((Event.retain_indefinitely == favorites))
|
clauses.append((Event.retain_indefinitely == favorites))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user