fsddsf
This commit is contained in:
parent
cf71ca6b0e
commit
99eb6ae9c0
22 changed files with 219 additions and 219 deletions
|
@ -10,7 +10,7 @@ from files.__main__ import app
|
|||
@app.get('/rss/<sort>/<t>')
|
||||
def feeds_user(sort='hot', t='all'):
|
||||
|
||||
page = int(request.args.get("page", 1))
|
||||
page = int(request.values.get("page", 1))
|
||||
|
||||
ids, next_exists = frontlist(
|
||||
sort=sort,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue