mirror of
https://github.com/RYDE-WORK/MediaCrawler.git
synced 2026-02-07 09:23:20 +08:00
fix_words
This commit is contained in:
parent
654260cbce
commit
144b8bec6a
@ -239,7 +239,7 @@ class BiliJsonStoreImplement(AbstractStore):
|
|||||||
|
|
||||||
async def store_comment(self, comment_item: Dict):
|
async def store_comment(self, comment_item: Dict):
|
||||||
"""
|
"""
|
||||||
comment JSON storage implementatio
|
comment JSON storage implementation
|
||||||
Args:
|
Args:
|
||||||
comment_item:
|
comment_item:
|
||||||
|
|
||||||
@ -250,7 +250,7 @@ class BiliJsonStoreImplement(AbstractStore):
|
|||||||
|
|
||||||
async def store_creator(self, creator: Dict):
|
async def store_creator(self, creator: Dict):
|
||||||
"""
|
"""
|
||||||
creator JSON storage implementatio
|
creator JSON storage implementation
|
||||||
Args:
|
Args:
|
||||||
creator:
|
creator:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user