mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-04-10 19:21:06 +00:00
Do not apply eventlets monkey patch to the thread module.
This commit is contained in:
parent
d34447686b
commit
064481d1bd
@ -1,5 +1,10 @@
|
||||
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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user