Skip to content

Commit

Permalink
Update handle
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhcjones authored Jun 8, 2024
1 parent 03ff3c8 commit 31c8721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def postBluesky(toot):
client = Client()
client.login('wotd.skeets.online', at_password)
client.login('wotd.bsky.social', at_password)

text = client_utils.TextBuilder().text(toot)
post = client.send_post(text)
Expand Down

0 comments on commit 31c8721

Please sign in to comment.