updated layout - make server as package

This commit is contained in:
nahakubuilde
2025-05-30 07:30:59 +01:00
parent 9c1f2fcc3c
commit aa7285af39
10 changed files with 41 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ import dns.resolver
import smtplib
import logging
from datetime import datetime
from models import Session, EmailLog
from .models import Session, EmailLog
logger = logging.getLogger(__name__)