fix: fix fetch error and db key is ok !!!

This commit is contained in:
H3CoF6
2026-02-09 01:16:47 +08:00
parent b766e051ed
commit 67c1b1af1f
3 changed files with 15 additions and 40 deletions

View File

@@ -14,7 +14,7 @@ import logging
from typing import Optional, List
from dataclasses import dataclass
from packaging import version as pkg_version # 建议使用 packaging 库处理版本比较
from wechat_detection import detect_wechat_installation
from .wechat_detection import detect_wechat_installation
logger = logging.getLogger(__name__)