This commit is contained in:
Micky 2024-12-26 12:49:34 +11:00
parent 333a4403e6
commit 2d1740f1cf

View File

@ -3,7 +3,7 @@ from flask import (
)
import logging
from app.functions.utils import exception_handler, load_yaml, send_webhook, get_client_ip, execute_command,
from app.functions.utils import exception_handler, load_yaml, send_webhook, get_client_ip, execute_command
logger = logging.getLogger(__name__)