From f9eedc59b1a54b288e6bd09bcd2bf3235e311d79 Mon Sep 17 00:00:00 2001 From: Trojx Date: Fri, 29 Nov 2024 10:47:40 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=BE=AE=E5=8D=9A=E6=A0=B9?= =?UTF-8?q?=E6=8D=AEcreator=E7=88=AC=E5=8F=96note=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E7=88=AC=E5=8F=96=E8=AF=84=E8=AE=BA=E5=A4=B1=E8=B4=A5=E3=80=82?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0=E6=98=AF=E8=A7=A3=E6=9E=90=E7=9A=84=E5=8F=82?= =?UTF-8?q?=E6=95=B0key=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- media_platform/weibo/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media_platform/weibo/core.py b/media_platform/weibo/core.py index e72fdf11..21f444b3 100644 --- a/media_platform/weibo/core.py +++ b/media_platform/weibo/core.py @@ -261,8 +261,8 @@ async def get_creators_and_notes(self) -> None: callback=weibo_store.batch_update_weibo_notes ) - note_ids = [note_item.get("mlog", {}).get("id") for note_item in all_notes_list if - note_item.get("mlog", {}).get("id")] + note_ids = [note_item.get("mblog", {}).get("id") for note_item in all_notes_list if + note_item.get("mblog", {}).get("id")] await self.batch_get_notes_comments(note_ids) else: