tangled
alpha
login
or
join now
zenfyr.dev
/
xpost
2
fork
atom
social media crossposting tool. 3rd time's the charm
mastodon
misskey
crossposting
bluesky
2
fork
atom
overview
issues
1
pulls
pipelines
Update util.py
zenfyr.dev
5 months ago
6095131e
cc2ac65d
verified
This commit was signed with the committer's
known signature
.
zenfyr.dev
SSH Key Fingerprint:
SHA256:TtcIcnTnoAB5mqHofsaOxIgiMzfVBxej1AXT7DQdrTE=
-3
1 changed file
expand all
collapse all
unified
split
atproto
util.py
-3
atproto/util.py
reviewed
···
1
1
-
from multiprocessing import Value
2
2
-
3
3
-
4
1
URI = "at://"
5
2
URI_LEN = len(URI)
6
3