This commit is contained in:
Aevann1 2022-02-04 10:59:12 +02:00
parent f341fc27d7
commit 53b1a2f862
6 changed files with 7 additions and 25 deletions

View file

@ -34,9 +34,7 @@ def post_pid_comment_cid(cid, pid=None, anything=None, v=None):
if v and request.path.startswith('/logged_out'): v = None
try: cid = int(cid)
except:
try: cid = int(cid, 36)
except: abort(404)
except: abort(404)
comment = get_comment(cid, v=v)