Skip to content
Snippets Groups Projects
Commit 064481d1 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Do not apply eventlets monkey patch to the thread module.

parent d3444768
No related branches found
No related tags found
No related merge requests found
import eventlet
eventlet.monkey_patch()
eventlet.monkey_patch(os=True,
select=True,
socket=True,
thread=False,
time=True,
psycopg=True)
from dotenv import load_dotenv
load_dotenv()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment