修复:修正SeekInfo模块导入路径

This commit is contained in:
甲辰生产 2026-04-24 10:48:07 +08:00
parent eea94ec381
commit 3cd660eb13
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ def get_seek_match(
# 如果 information 表没有,尝试 seek_info 表
if not info:
from app.models.seek import SeekInfo
from app.models.seek_info import SeekInfo
info = db.query(SeekInfo).filter(SeekInfo.id == info_id).first()
if not info: