修正constants名称

This commit is contained in:
zqc
2026-03-04 18:36:01 +08:00
parent 30b1882013
commit e788492c70
5 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ import requests
from typing import Dict, Any, Callable
from concurrent.futures import ThreadPoolExecutor
from common.contants import ALERT_PUSH_URL
from common.constants import ALERT_PUSH_URL
from utils.logger import get_logger
logger = get_logger(__name__)