Skip to content

Commit

Permalink
clnrest: add gevent ssl monkey patch to remove warning log
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Nov 10, 2023
1 parent 67cf36c commit f61fc23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/clnrest/clnrest.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f61fc23

Please sign in to comment.