fdfd
This commit is contained in:
parent
b29065ab78
commit
152ec087ee
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='
|
||||||
secondrange = firstrange+200
|
secondrange = firstrange+200
|
||||||
posts = posts[firstrange:secondrange]
|
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']
|
words = ['captainmeta4', ' cm4 ', 'dissident001', 'ladine']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue