This commit is contained in:
Kenneth Kehl
2024-01-09 14:45:11 -08:00
parent 2f9b98c07e
commit 572c8ebb84
2 changed files with 15 additions and 5 deletions

View File

@@ -83,7 +83,9 @@ def send_sms_to_provider(notification):
if my_phone:
my_phone = my_phone.decode("utf-8")
# TODO REMOVE
current_app.logger.info(f"IN SEND TO PROVIDERS, WHERE WE GET THE VALUE, KEY IS {key} and value is {my_phone}")
current_app.logger.info(
f"IN SEND TO PROVIDERS, WHERE WE GET THE VALUE, KEY IS {key} and value is {my_phone}"
)
if my_phone is None:
si = notification.service_id
ji = notification.job_id