Update send_node_digest_notifications.py

This commit is contained in:
Groupr 2025-06-03 00:18:20 +00:00
parent b293cf19e2
commit a868d5668a

View file

@ -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: