This commit is contained in:
Aevann1 2022-01-07 23:03:14 +02:00
parent e79a4ba4d0
commit c6ad62cfc8
17 changed files with 57 additions and 56 deletions

View file

@ -245,7 +245,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='
)
if not (v and v.changelogsub):
posts=posts.filter(not_(Submission.title.ilike(f'[changelog]%')))
posts=posts.filter(not_(Submission.title.ilike('[changelog]%')))
if v and filter_words:
for word in filter_words: