diff --git a/discord_rss_bot/main.py b/discord_rss_bot/main.py index 6bda02a..94cff1a 100644 --- a/discord_rss_bot/main.py +++ b/discord_rss_bot/main.py @@ -213,12 +213,11 @@ def make_context_index(request) -> dict: @app.post("/remove", response_class=HTMLResponse) -async def remove_feed(request: Request, feed_url: str = Form()) -> RedirectResponse: +async def remove_feed(feed_url: str = Form()) -> RedirectResponse: """ Get a feed by URL. Args: - request: The request. feed_url: The feed to add. Returns: