This commit is contained in:
felinae98
2022-02-17 10:36:42 +08:00
parent 87a69305f8
commit a5c7b6b0d6
7 changed files with 54 additions and 8 deletions
@@ -5,7 +5,7 @@ from dataclasses import dataclass
from typing import Any, Collection, Literal, Optional
import httpx
from nonebot import logger
from nonebot.log import logger
from ..plugin_config import plugin_config
from ..post import Post
+1 -1
View File
@@ -5,7 +5,7 @@ from typing import Any, Optional
import httpx
from bs4 import BeautifulSoup as bs
from nonebot import logger
from nonebot.log import logger
from ..post import Post
from ..types import *