dfs
This commit is contained in:
parent
316af4464b
commit
40bac27091
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,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(500).all()] + [x.id for x in comments])
|
||||
|
||||
comms = get_comments(list(cids), v=v)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue