fds]
This commit is contained in:
parent
0e492661d6
commit
5388ba5ee9
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='
|
|||
cutoff = now - 2592000
|
||||
elif t == 'year':
|
||||
cutoff = now - 31536000
|
||||
print(cutoff)
|
||||
print(posts.all())
|
||||
posts = posts.filter(Submission.created_utc >= cutoff)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue