Files
notifications-admin/gunicorn_entry.py
Carlo Costino f69e3a5a00 Undo recent changes related to Python upgrade
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>
2025-07-29 16:32:52 -04:00

6 lines
91 B
Python

from gevent import monkey
monkey.patch_all()
from application import application # noqa