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 ssl
import os
import logging
from OpenSSL import crypto
from config import TLS_CERT_FILE, TLS_KEY_FILE
from .config import TLS_CERT_FILE, TLS_KEY_FILE
logger = logging.getLogger(__name__)