forked from MarseyWorld/MarseyWorld
fds
parent
24d77fc3b7
commit
60128ea50f
|
@ -125,7 +125,7 @@ def notifications(v):
|
|||
Comment.deleted_utc == 0,
|
||||
Comment.author_id != AUTOJANNY_ID,
|
||||
Comment.body_html.notlike('<html><body><p>New rdrama mention: <a href="https://old.reddit.com/r/%')
|
||||
).order_by(Comment.top_comment_id.desc()).offset(25 * (page - 1)).limit(1000).all()] + [x.id for x in comments])
|
||||
).order_by(Comment.top_comment_id.desc()).offset(25 * (page - 1)).limit(100).all()] + [x.id for x in comments])
|
||||
|
||||
print("3: " + str(time.time() - t), flush=True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue