Skip to content

Commit

Permalink
Dedup
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Mar 15, 2024
1 parent 13d71b9 commit 03d29a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eagleproject/notify/events/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,8 @@ def seen_filter(events):
# Do not send duplicate alert within the defined time window
continue

filtered.append(ev)
except:
print("Failed to apply seen filter")

filtered.append(ev)

return filtered

0 comments on commit 03d29a9

Please sign in to comment.