forked from Github/frigate
Fix bug introduced in new linter (#6754)
* Fix bug introduced in new linter * Ignore this error * Fix more * Ignore boolean error too
This commit is contained in:
@@ -115,7 +115,7 @@ class RecordingMaintainer(threading.Thread):
|
||||
Event.select()
|
||||
.where(
|
||||
Event.camera == camera,
|
||||
(Event.end_time is None)
|
||||
(Event.end_time == None)
|
||||
| (Event.end_time >= recordings[0]["start_time"].timestamp()),
|
||||
Event.has_clip,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user