diff --git a/ai b/ai index 28f16ec..dfa09e1 160000 --- a/ai +++ b/ai @@ -1 +1 @@ -Subproject commit 28f16ec1d6c0efa3fbb70190c203a361ba4b91a0 +Subproject commit dfa09e1e66550e731b740d85e06d88a0caa33eda diff --git a/main.py b/main.py index 4b70843..4c1e98b 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 })