mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
try using truststore
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import re
|
||||
from datetime import datetime, timezone
|
||||
import truststore
|
||||
|
||||
truststore.inject_into_ssl() # noqa
|
||||
|
||||
import re # noqa
|
||||
from datetime import datetime, timezone # noqa
|
||||
|
||||
SMS_CHAR_COUNT_LIMIT = 918 # 153 * 6, no network issues but check with providers before upping this further
|
||||
LETTER_MAX_PAGE_COUNT = 10
|
||||
|
||||
Reference in New Issue
Block a user