mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 23:32:27 -05:00
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>
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
# from gevent import monkey
|
||||
from gevent import monkey
|
||||
|
||||
# commenting out while we disable gevent
|
||||
# monkey.patch_all()
|
||||
|
||||
import newrelic.agent # noqa
|
||||
|
||||
newrelic.agent.initialize("./newrelic.ini")
|
||||
monkey.patch_all()
|
||||
|
||||
from application import application # noqa
|
||||
|
||||
Reference in New Issue
Block a user