Update sqlmapapi.py

This commit is contained in:
FatihUYSAL 2025-03-24 15:06:59 -04:00 committed by GitHub
parent 3839c78d2a
commit 73cebd33ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,15 +10,6 @@ import logging
import os
import warnings
# Error management and logging setup
logging.basicConfig(
format='%(asctime)s - %(levelname)s - %(message)s', # Log format
level=logging.DEBUG, # Set log level to DEBUG
handlers=[
logging.StreamHandler() # Print logs to console
]
)
# Using the logger from lib.core.data (ensure no conflicts)
from lib.core.data import logger