forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-24 18:57:12 +02:00
parent 0fbeda4da9
commit f5aae06c87
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('*'))