Fixed eventlet
This commit is contained in:
parent
5880620d2e
commit
a3cfcd36f2
@ -1,10 +1,9 @@
|
||||
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