update versions for pre-commit (#741)

This commit is contained in:
Markos Gogoulos
2023-03-14 14:09:52 +02:00
committed by GitHub
parent 4b0718c43f
commit a3997bfb1c
15 changed files with 21 additions and 19 deletions

View File

@@ -102,7 +102,7 @@ class SearchRSSFeed(Feed):
description = "Latest Media RSS feed"
def link(self, obj):
return f"/rss/search"
return "/rss/search"
def get_object(self, request):
category = request.GET.get("c", "")