From 144b8bec6afc9c0ac64f807de23b909f0dec8288 Mon Sep 17 00:00:00 2001 From: Bowenwin Date: Mon, 19 May 2025 20:04:00 +0800 Subject: [PATCH 1/2] fix_words --- store/bilibili/bilibili_store_impl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/store/bilibili/bilibili_store_impl.py b/store/bilibili/bilibili_store_impl.py index 17c410a..677026d 100644 --- a/store/bilibili/bilibili_store_impl.py +++ b/store/bilibili/bilibili_store_impl.py @@ -239,7 +239,7 @@ class BiliJsonStoreImplement(AbstractStore): async def store_comment(self, comment_item: Dict): """ - comment JSON storage implementatio + comment JSON storage implementation Args: comment_item: @@ -250,7 +250,7 @@ class BiliJsonStoreImplement(AbstractStore): async def store_creator(self, creator: Dict): """ - creator JSON storage implementatio + creator JSON storage implementation Args: creator: From 703a6e84cb3ed56a8868dad06b3bf95cfc2d5933 Mon Sep 17 00:00:00 2001 From: Bowenwin Date: Mon, 19 May 2025 20:07:20 +0800 Subject: [PATCH 2/2] fix_words --- store/douyin/douyin_store_impl.py | 2 +- store/kuaishou/kuaishou_store_impl.py | 2 +- store/tieba/tieba_store_impl.py | 2 +- store/weibo/weibo_store_impl.py | 2 +- store/xhs/xhs_store_impl.py | 2 +- store/zhihu/zhihu_store_impl.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/store/douyin/douyin_store_impl.py b/store/douyin/douyin_store_impl.py index c6308b1..30c993c 100644 --- a/store/douyin/douyin_store_impl.py +++ b/store/douyin/douyin_store_impl.py @@ -238,7 +238,7 @@ class DouyinJsonStoreImplement(AbstractStore): async def store_comment(self, comment_item: Dict): """ - comment JSON storage implementatio + comment JSON storage implementation Args: comment_item: diff --git a/store/kuaishou/kuaishou_store_impl.py b/store/kuaishou/kuaishou_store_impl.py index 0ee9f64..4866796 100644 --- a/store/kuaishou/kuaishou_store_impl.py +++ b/store/kuaishou/kuaishou_store_impl.py @@ -215,7 +215,7 @@ class KuaishouJsonStoreImplement(AbstractStore): async def store_comment(self, comment_item: Dict): """ - comment JSON storage implementatio + comment JSON storage implementation Args: comment_item: diff --git a/store/tieba/tieba_store_impl.py b/store/tieba/tieba_store_impl.py index ade65e5..ff5da80 100644 --- a/store/tieba/tieba_store_impl.py +++ b/store/tieba/tieba_store_impl.py @@ -235,7 +235,7 @@ class TieBaJsonStoreImplement(AbstractStore): async def store_comment(self, comment_item: Dict): """ - comment JSON storage implementatio + comment JSON storage implementation Args: comment_item: diff --git a/store/weibo/weibo_store_impl.py b/store/weibo/weibo_store_impl.py index 0db1e51..7348fec 100644 --- a/store/weibo/weibo_store_impl.py +++ b/store/weibo/weibo_store_impl.py @@ -241,7 +241,7 @@ class WeiboJsonStoreImplement(AbstractStore): async def store_comment(self, comment_item: Dict): """ - comment JSON storage implementatio + comment JSON storage implementation Args: comment_item: diff --git a/store/xhs/xhs_store_impl.py b/store/xhs/xhs_store_impl.py index 54ce528..5ad4979 100644 --- a/store/xhs/xhs_store_impl.py +++ b/store/xhs/xhs_store_impl.py @@ -236,7 +236,7 @@ class XhsJsonStoreImplement(AbstractStore): async def store_comment(self, comment_item: Dict): """ - comment JSON storage implementatio + comment JSON storage implementation Args: comment_item: diff --git a/store/zhihu/zhihu_store_impl.py b/store/zhihu/zhihu_store_impl.py index a5c24a3..34d0a5b 100644 --- a/store/zhihu/zhihu_store_impl.py +++ b/store/zhihu/zhihu_store_impl.py @@ -235,7 +235,7 @@ class ZhihuJsonStoreImplement(AbstractStore): async def store_comment(self, comment_item: Dict): """ - comment JSON storage implementatio + comment JSON storage implementation Args: comment_item: