move event loop to globals.py

This commit is contained in:
j3d1 2023-11-27 20:23:21 +01:00
parent 101fa7b69d
commit 9e1d570b07
2 changed files with 2 additions and 3 deletions

View file

@ -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