mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +01:00
clnrest: add gevent ssl monkey patch to remove warning log
This commit is contained in:
parent
8b84c8945b
commit
9e9c3dbc00
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue