2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

Revert "this wont happen"

This reverts commit 3047bd6612.
This commit is contained in:
Matthias
2021-12-04 04:22:07 +01:00
parent 3047bd6612
commit 55ca284a13

View File

@ -218,6 +218,9 @@ def deliver_notification(cls: NotificationMethod, obj, category: str, targets, c
else:
success = False
else:
raise NotImplementedError('No delivery method found')
# Run cleanup for delivery method
method.cleanup()