mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 17:45:41 -04:00
Update app/aws/s3.py
Co-authored-by: ccostino <ccostino@users.noreply.github.com>
This commit is contained in:
@@ -477,7 +477,7 @@ def get_phone_number_from_s3(service_id, job_id, job_row_number):
|
|||||||
current_app.logger.debug("HAVE TO REEXTRACT PHONES!")
|
current_app.logger.debug("HAVE TO REEXTRACT PHONES!")
|
||||||
phones = extract_phones(job, service_id, job_id)
|
phones = extract_phones(job, service_id, job_id)
|
||||||
set_job_cache(f"{job_id}_phones", phones)
|
set_job_cache(f"{job_id}_phones", phones)
|
||||||
print(f"SETTING PHONES TO {phones}")
|
current_app.logger.debug(f"SETTING PHONES TO {phones}")
|
||||||
else:
|
else:
|
||||||
phones = phones[
|
phones = phones[
|
||||||
0
|
0
|
||||||
|
|||||||
Reference in New Issue
Block a user