fix_words

This commit is contained in:
Bowenwin 2025-05-19 20:07:20 +08:00
parent 144b8bec6a
commit 703a6e84cb
6 changed files with 6 additions and 6 deletions

View File

@ -238,7 +238,7 @@ class DouyinJsonStoreImplement(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:

View File

@ -215,7 +215,7 @@ class KuaishouJsonStoreImplement(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:

View File

@ -235,7 +235,7 @@ class TieBaJsonStoreImplement(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:

View File

@ -241,7 +241,7 @@ class WeiboJsonStoreImplement(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:

View File

@ -236,7 +236,7 @@ class XhsJsonStoreImplement(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:

View File

@ -235,7 +235,7 @@ class ZhihuJsonStoreImplement(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: