Skip to content

Commit 9e9c3db

Browse files
ShahanaFarooquinepet
authored andcommitted
clnrest: add gevent ssl monkey patch to remove warning log
1 parent 8b84c89 commit 9e9c3db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/clnrest/clnrest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env python3
22
# For --hidden-import gunicorn.glogging gunicorn.workers.sync
33
try:
4+
from gevent import monkey
5+
monkey.patch_ssl()
46
import sys
57
import os
68
import re

0 commit comments

Comments
 (0)