forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-04 02:01:04 +02:00
parent defa5fffb1
commit 3704949ea5
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,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(26).all()]
).order_by(Comment.top_comment_id.desc()).all()]
print("2: " + str(time.time() - t), flush=True)