tangled
alpha
login
or
join now
cameron.stream
/
void
42
fork
atom
a digital person for bluesky
42
fork
atom
overview
issues
6
pulls
1
pipelines
Fixed incorrect whitewind blog url
cameron.stream
8 months ago
719ed846
74eadaae
+2
-2
1 changed file
expand all
collapse all
unified
split
tools
whitewind.py
+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
104
-
blog_url = f"https://whtwnd.com/{handle}/entries/{rkey}"
104
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
124
-
raise Exception(f"Error creating Whitewind blog post: {str(e)}")
124
124
+
raise Exception(f"Error creating Whitewind blog post: {str(e)}")