forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-28 22:52:09 +02:00
parent 84f2ffde6e
commit d0f1d0ca50
1 changed files with 0 additions and 3 deletions

View File

@ -289,9 +289,6 @@ def changeloglist(v=None, sort="new", page=1 ,t="all", **kwargs):
cutoff = now - 31536000
posts = posts.filter(Submission.created_utc >= cutoff)
gt = kwargs.get("gt")
lt = kwargs.get("lt")
if sort == "new":
posts = posts.order_by(Submission.created_utc.desc())
elif sort == "old":