master
Aevann1 2021-07-31 15:45:40 +02:00
parent d6d85b9c65
commit 3b8e1c7c7f
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ def post_id(pid, anything=None, v=None):
try: pid = int(pid)
except Exception as e: pass
)
if v: defaultsortingcomments = v.defaultsortingcomments
else: defaultsortingcomments = "top"
sort=request.args.get("sort", defaultsortingcomments)