Skip to content

Commit

Permalink
changed default text for BSKY post
Browse files Browse the repository at this point in the history
  • Loading branch information
pubmania committed Dec 13, 2024
1 parent 6de0ed1 commit 507ee0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions post_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def process_file_yaml(file_path, yaml_regex,access_token,at_client,image_directo
"external": card,
}

#text = 'Check out a new post on my blog.'
text = 'Testing automated Bsky post creation'
text = 'Check out the latest post on my blog.'
#text = 'Testing automated Bsky post creation'
post_with_link_card_from_website = at_client.send_post(text=text, embed=embed_post)
print(post_with_link_card_from_website.uri)
else:
Expand Down

0 comments on commit 507ee0b

Please sign in to comment.