Make remove button smaller

This commit is contained in:
2022-12-20 01:16:05 +01:00
parent 3503a17e04
commit 83383634b6
2 changed files with 2 additions and 4 deletions
discord_rss_bot

@ -319,7 +319,6 @@ async def remove_feed(feed_url: str = Form()) -> RedirectResponse:
Returns:
HTMLResponse: The HTML response.
"""
reader.delete_feed(feed_url)
reader.update_search()