How did I miss this?

This commit is contained in:
Matthias 2022-04-07 23:39:05 +02:00
parent 4c1a0ea9ce
commit ddcaecb11f
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -226,7 +226,7 @@ def trigger_notifaction(obj, category=None, obj_ref='pk', **kwargs):
if NotificationEntry.check_recent(category, obj_ref_value, delta): if NotificationEntry.check_recent(category, obj_ref_value, delta):
logger.info(f"Notification '{category}' has recently been sent for '{str(obj)}' - SKIPPING") logger.info(f"Notification '{category}' has recently been sent for '{str(obj)}' - SKIPPING")
# return return
logger.info(f"Gathering users for notification '{category}'") logger.info(f"Gathering users for notification '{category}'")
# Collect possible targets # Collect possible targets