reorg ini e log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user