mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Print statement
This commit is contained in:
@@ -134,8 +134,6 @@ def send_notification(notification_type):
|
|||||||
datetime.utcnow().strftime(DATE_FORMAT)
|
datetime.utcnow().strftime(DATE_FORMAT)
|
||||||
)
|
)
|
||||||
|
|
||||||
print(service_stats)
|
|
||||||
|
|
||||||
if service_stats:
|
if service_stats:
|
||||||
total_sms_count = service_stats.sms_requested
|
total_sms_count = service_stats.sms_requested
|
||||||
total_email_count = service_stats.emails_requested
|
total_email_count = service_stats.emails_requested
|
||||||
|
|||||||
Reference in New Issue
Block a user