add tada to makefile

This commit is contained in:
Kenneth Kehl
2025-01-23 13:41:13 -08:00
parent 0d874828e4
commit 49f4129e5b
5 changed files with 24 additions and 21 deletions

View File

@@ -119,10 +119,8 @@ def send_sms_to_provider(notification):
}
db.session.close() # no commit needed as no changes to objects have been made above
message_id = provider.send_sms(**send_sms_kwargs)
update_notification_message_id(notification.id, message_id)
except Exception as e:
n = notification