diff --git a/main.py b/main.py index b9bea58..5beab2a 100644 --- a/main.py +++ b/main.py @@ -5,7 +5,7 @@ from starlette.requests import Request from starlette.responses import Response from starlette.routing import Route -client = AsyncClient() +client = AsyncClient(follow_redirects=True) FEED_URL = "https://lwn.net/headlines/rss"