move event loop to globals.py
This commit is contained in:
parent
101fa7b69d
commit
9e1d570b07
2 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,7 @@ import uvicorn
|
|||
|
||||
django.setup()
|
||||
|
||||
from helper import init_loop
|
||||
from core.globals import init_loop
|
||||
from mail.protocol import LMTPHandler
|
||||
from mail.socket import UnixSocketLMTPController
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue