remotes/1693045480750635534/spooky-22
Aevann1 2021-10-16 11:42:05 +02:00
parent 8ca9cade76
commit 851b727ea3
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def searchposts(v):
page = max(1, int(request.values.get("page", 1)))
sort = request.values.get("sort", "top").lower()
sort = request.values.get("sort", "new").lower()
t = request.values.get('t', 'all').lower()
criteria=searchparse(query)