reorg ini e log

This commit is contained in:
2025-05-13 22:48:08 +02:00
parent 12ac522b98
commit 976116e2f3
32 changed files with 136 additions and 60 deletions

View File

@@ -6,7 +6,7 @@ import logging
from hashlib import sha256
from pathlib import Path
from utils.config import loader
from utils.config import loader_ftp_csv
from utils.database.connection import connetti_db
from utils.ftp import user_admin, file_management
@@ -114,7 +114,7 @@ class ASEHandler(FTPHandler):
def main():
"""Main function to start the FTP server."""
# Load the configuration settings
cfg = loader.Config()
cfg = loader_ftp_csv.Config()
try:
# Initialize the authorizer and handler