clnrest: add gevent ssl monkey patch to remove warning log

This commit is contained in:
ShahanaFarooqui 2023-11-09 20:53:21 -08:00 committed by Peter Neuroth
parent 8b84c8945b
commit 9e9c3dbc00

View file

@ -1,6 +1,8 @@
#!/usr/bin/env python3
# For --hidden-import gunicorn.glogging gunicorn.workers.sync
try:
from gevent import monkey
monkey.patch_ssl()
import sys
import os
import re