A social pastebin built on atproto.
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

set limit for ufos

+1 -1
+1 -1
identity.py
··· 122 122 ) 123 123 if resp.status_code != 200: 124 124 return [] 125 - raw = resp.json() 125 + raw = resp.json()[:limit] 126 126 except requests.RequestException, ValueError: 127 127 return [] 128 128