Browse Source

誤字修正

main
みてるぞ 2 weeks ago
parent
commit
a000065dce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.py

+ 1
- 1
main.py View File

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



Loading…
Cancel
Save