mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Update http.py
This commit is contained in:
parent
a93eb21fab
commit
e2763459d7
@ -909,10 +909,10 @@ def events():
|
||||
clauses.append((Event.data["score"] >= min_score))
|
||||
|
||||
if is_submitted is not None:
|
||||
if is_submitted == 0:
|
||||
clauses.append((Event.plus_id.is_null()))
|
||||
else:
|
||||
clauses.append((Event.plus_id != ""))
|
||||
if is_submitted == 0:
|
||||
clauses.append((Event.plus_id.is_null()))
|
||||
else:
|
||||
clauses.append((Event.plus_id != ""))
|
||||
|
||||
if len(clauses) == 0:
|
||||
clauses.append((True))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user