2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00
This commit is contained in:
Matthias
2021-12-04 03:50:37 +01:00
parent 373c061389
commit 453589dbcb

View File

@ -208,6 +208,7 @@ def deliver_notification(cls: NotificationMethod, obj, category: str, targets, c
# Run setup for delivery method # Run setup for delivery method
method.setup() method.setup()
# Counters for success logs
success = True success = True
success_count = 0 success_count = 0