Update send_node_digest_notifications.py
This commit is contained in:
parent
b293cf19e2
commit
a868d5668a
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ def main():
|
|||
try:
|
||||
deliver_scheduled_notifications(request)
|
||||
print("Committing transaction.")
|
||||
transaction.commit()
|
||||
# transaction.commit()
|
||||
print("Committed transaction.")
|
||||
raise SystemExit(0)
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue