fix(*): 将文件导入从绝对路径给为相对路径
This commit is contained in:
@@ -4,8 +4,8 @@ import asyncio
|
||||
|
||||
from aiohttp import web
|
||||
|
||||
from config import QQ_API_MAX_RETRIES, QQ_API_TIMEOUT
|
||||
from response import error, ok
|
||||
from ..config import QQ_API_MAX_RETRIES, QQ_API_TIMEOUT
|
||||
from ..response import error, ok
|
||||
|
||||
VALID_MSG_TYPES = {"text", "image", "file", "video"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user