remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 20:51:32 +02:00
parent 02f5dc4065
commit 6135f2a3c3
1 changed files with 1 additions and 1 deletions

View File

@ -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(Notification.created_utc.desc()).offset(25 * (page - 1)).limit(500).all()] + [x.id for x in comments])
).order_by(Notification.created_utc.desc()).offset(25 * (page - 1)).limit(100).all()] + [x.id for x in comments])
comms = get_comments(list(cids), v=v)