alpha
Login
or
Join now
zenfyr.dev
/
xpost
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
social media crossposting tool. 3rd time's the charm
mastodon
misskey
crossposting
bluesky
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: apply ruff
author
zenfyr
date
2 months ago
(May 3, 2026, 11:53 PM +0700)
commit
94f6ef68
94f6ef684bb3b1af37e214119fd34bc43720d96c
parent
c79f54e8
c79f54e8f8a762a39497bf59f044f5ad1127b237
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
bluesky
output.py
+1
-1
bluesky/output.py
View file
Reviewed
···
100
100
self.did,
101
101
http,
102
102
self.options.password,
103
103
-
client_name=options.client_name
103
103
+
client_name=options.client_name,
104
104
)
105
105
self.options.password = ""
106
106
self.log.info("Logged in as '%s'", self.did)