closing
This commit is contained in:
parent
832f89af9c
commit
99b0a8ca17
6 changed files with 40 additions and 37 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue