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 })