forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-03 23:45:19 +02:00
parent d95f2653f3
commit 2feaca430c
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ def api_comment(v):
g.db.add(c_aux)
g.db.flush()
if "pcm" in request.host and c_aux.body.lower().startswith("based") and (c.level==0 or c.parent_comment):
if "pcm" in request.host and c_aux.body.lower().startswith("based"):
c_based = Comment(author_id=BASEDBOT_ACCOUNT,
parent_submission=parent_submission,
distinguish_level=6,