pull/136/head
Aevann 2023-03-05 12:13:00 +02:00
parent 0084de4273
commit d545316b3b
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ from files.__main__ import app
@app.get('/rss/<sort>/<t>')
@limiter.limit(DEFAULT_RATELIMIT)
def feeds_user(sort='hot', t='all'):
g.v = None
try: page = max(int(request.values.get("page", 1)), 1)
except: page = 1