remotes/1693045480750635534/spooky-22
Aevann1 2022-03-05 20:43:44 +02:00
parent cc528f4534
commit f1789d3bbe
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ def searchcomments(v):
except: page = 1
sort = request.values.get("sort", "new").lower()
t = request.values.get('t', 'month').lower()
t = request.values.get('t', 'all').lower()
criteria = searchparse(query)