Fixed eventlet
This commit is contained in:
parent
614b11965b
commit
5880620d2e
@ -1,9 +1,10 @@
|
||||
from flask_jwt_extended import JWTManager
|
||||
|
||||
import eventlet
|
||||
eventlet.monkey_patch()
|
||||
|
||||
from flask_cors import CORS
|
||||
from pymongo import MongoClient
|
||||
from flask_jwt_extended import JWTManager
|
||||
|
||||
from config import Config
|
||||
from singletons.database_singleton import DatabaseSingleton
|
||||
|
Loading…
x
Reference in New Issue
Block a user