mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-08 14:12:27 -05:00
This changeset undoes the recent changes we tried after the Python 3.13 update as they had no bearing on the SSL cert validation errors. Back to the drawing board! Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
6 lines
91 B
Python
6 lines
91 B
Python
from gevent import monkey
|
|
|
|
monkey.patch_all()
|
|
|
|
from application import application # noqa
|