This commit is contained in:
Joachim 2021-11-24 19:04:14 +01:00
parent 8712b2fdab
commit 0001d6e92a

View file

@ -37,6 +37,7 @@ FeedFilterChoices = [
def get_feed_filter_choices():
"""return a list of filter choice keys"""
return [f[0] for f in FeedFilterChoices]