From a000065dce71a8103b32c4c6fd3e2e1b2a947b92 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sun, 1 Sep 2024 17:42:11 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=A4=E5=AD=97=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7465106..81e280f 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ def check_notifications ( if notification.reason in ['mention', 'reply']: uris += [notification.uri] elif notification.reason == 'follow': - client.follow (notification.ahthor.did) + client.follow (notification.author.did) client.app.bsky.notification.update_seen ({ 'seen_at': last_seen_at })