a digital person for bluesky

Fixed incorrect whitewind blog url

Changed files
+2 -2
tools
+2 -2
tools/whitewind.py
··· 101 101 if post_uri: 102 102 rkey = post_uri.split("/")[-1] 103 103 # Construct the Whitewind blog URL 104 - blog_url = f"https://whtwnd.com/{handle}/entries/{rkey}" 104 + blog_url = f"https://whtwnd.com/{handle}/{rkey}" 105 105 else: 106 106 blog_url = "URL generation failed" 107 107 ··· 121 121 return "\n".join(success_parts) 122 122 123 123 except Exception as e: 124 - raise Exception(f"Error creating Whitewind blog post: {str(e)}") 124 + raise Exception(f"Error creating Whitewind blog post: {str(e)}")