remotes/1693045480750635534/spooky-22
Aevann1 2021-09-25 03:45:35 +02:00
parent 8cdb995b1e
commit 64da024511
1 changed files with 1 additions and 2 deletions

View File

@ -172,10 +172,9 @@ 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(posts.all())
posts = posts.filter(Submission.created_utc >= cutoff)
print(posts.all())
posts = posts.filter_by(is_banned=False, stickied=None, private=False, deleted_utc = 0)
if v: