This commit is contained in:
Aevann1 2021-08-11 19:01:19 +02:00
parent 7978ba9309
commit a7d9fa3902
27 changed files with 144 additions and 249 deletions

View file

@ -12,7 +12,7 @@ def feeds_user(sort='hot', t='all'):
page = int(request.args.get("page", 1))
posts = frontlist(
posts, next_exists = frontlist(
sort=sort,
page=page,
t=t,