Skip to content

Commit

Permalink
Changed bsky handle in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHCJ authored Feb 10, 2024
1 parent 706fda8 commit b2d9dab
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 @@ -15,7 +15,7 @@

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

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

0 comments on commit b2d9dab

Please sign in to comment.