remotes/1693045480750635534/spooky-22
Aevann1 2021-09-01 17:04:44 +02:00
parent 08c437cd15
commit d601bae2b4
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='
secondrange = firstrange+200
posts = posts[firstrange:secondrange]
if v and v.hidevotedon: posts = [x for x in posts if not x.voted]
if v and v.hidevotedon: posts = [x for x in posts if not hasattr(x, 'voted') or not x.voted]
words = ['captainmeta4', ' cm4 ', 'dissident001', 'ladine']