migrate to aiohttp
This commit is contained in:
@@ -4,11 +4,14 @@ from datetime import datetime
|
||||
|
||||
from bs4 import Tag
|
||||
|
||||
from utils.typings import BoardPath
|
||||
|
||||
|
||||
@dataclass
|
||||
class Post:
|
||||
id: int
|
||||
boardId: str
|
||||
postId: int
|
||||
boardPath: BoardPath
|
||||
authorId: Optional[str] = None
|
||||
authorName: Optional[str] = None
|
||||
category: Optional[str] = None
|
||||
|
Reference in New Issue
Block a user