mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2025-12-05 23:53:30 +00:00
Fix ruff formatting error
This commit is contained in:
@@ -107,9 +107,7 @@ class MissingEventChecker:
|
|||||||
|
|
||||||
existing_ids = db_event_ids | downloading_event_ids | uploading_event_ids
|
existing_ids = db_event_ids | downloading_event_ids | uploading_event_ids
|
||||||
missing_events = {
|
missing_events = {
|
||||||
event_id: event
|
event_id: event for event_id, event in unifi_events.items() if event_id not in existing_ids
|
||||||
for event_id, event in unifi_events.items()
|
|
||||||
if event_id not in existing_ids
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Exclude events of unwanted types
|
# Exclude events of unwanted types
|
||||||
|
|||||||
Reference in New Issue
Block a user