This commit is contained in:
Aevann1 2022-04-04 20:51:57 +02:00
parent f6c0e8746b
commit f68e7fa804

View file

@ -123,7 +123,7 @@ def notifications(v):
Comment.body_html.notlike('<html><body><p>New rdrama mention: <a href="https://old.reddit.com/r/%') 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(100).all()] ).order_by(Notification.created_utc.desc()).offset(25 * (page - 1)).limit(100).all()]
comms = get_comments(list(cids), v=v) comms = get_comments(cids, v=v)
listing = [] listing = []
for c in comments: for c in comments: