diff --git a/core/jx3_service.py b/core/jx3_service.py index b45743b..aa04abe 100644 --- a/core/jx3_service.py +++ b/core/jx3_service.py @@ -4,7 +4,7 @@ from typing import Dict, Any, Optional, List, Union from astrbot.api import logger from .request import APIClient -from .AsyncMySQL import AsyncMySQL +from .async_mysql import AsyncMySQL from .function_basic import load_template,flatten_field,extract_fields,gold_to_string class JX3Service: