try using truststore

This commit is contained in:
Kenneth Kehl
2025-07-22 10:44:14 -07:00
parent 72f2ccb91a
commit e16c4fe277
6 changed files with 78 additions and 42 deletions

View File

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