decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
9
fork

Configure Feed

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

fix: close connection on early exit

+1
+1
src/oauth.py
··· 119 119 if resp.status == 400: 120 120 current_app.logger.warning("PAR request returned error 400") 121 121 current_app.logger.warning(await resp.text()) 122 + await client.close() 122 123 return redirect(url_for("page_login"), 303) 123 124 _ = resp.raise_for_status() 124 125