forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-24 19:50:06 +02:00
parent 9a62bf31f0
commit a2f026f0f7
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ def notifications(v):
#@cache.memoize(timeout=86400)
@cache.memoize(timeout=86400)
def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='', **kwargs):
posts = g.db.query(Submission).options(lazyload('*'))