Experimental browser for the Atmosphere
Loading post...
{ "uri": "at://did:plc:hyii37f3vgovlddttzw3s6r6/app.bsky.feed.like/3lnxi6c6wjw2c", "cid": "bafyreib3xepo3sugweinwdd7bpbqfrkux5de572s4qvokrpx7ifytp4zym", "value": { "$type": "app.bsky.feed.like", "subject": { "cid": "bafyreihni5rp4hu4ugvhnizekpyvpzg6xi4xhdx2j5gvvdzb5d2v7vb2ym", "uri": "at://did:plc:4642ovs4svxe3k3echdm4rks/app.bsky.feed.post/3lnxfp6yvpk2z" }, "createdAt": "2025-04-29T14:22:40.188Z" } }
Don't use `.split("\n")` in Python. Do you want to split a string into its lines? Use the string method `.splitlines`. This method is more robust because it'll handle carriage returns from Windows-style newlines.
Apr 29, 2025, 1:38 PM