Monkey patch in experimental downloader

This commit is contained in:
Sebastian Goscik
2025-01-18 17:07:24 +00:00
parent 1f18c06e17
commit 3c5056614c
7 changed files with 161 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ class MissingEventChecker:
break # No completed events to process
# Next chunks start time should be the end of the oldest complete event in the current chunk
start_time = max([event.end for event in unifi_events.values()])
start_time = max([event.end for event in unifi_events.values() if event.end is not None])
# Get list of events that have been backed up from the database