This commit is contained in:
Aevann1 2022-01-11 23:53:49 +02:00
parent 832f89af9c
commit 99b0a8ca17
6 changed files with 40 additions and 37 deletions

View file

@ -4,11 +4,13 @@ from datetime import datetime
from files.helpers.jinja2 import full_link
from files.helpers.get import *
from yattag import Doc
from files.helpers.wrappers import *
from files.__main__ import app
@app.get('/rss/<sort>/<t>')
def feeds_user(sort='hot', t='all'):
@auth_desired
def feeds_user(v=None, sort='hot', t='all'):
page = int(request.values.get("page", 1))