remove weird random check if it's an issue we can readd it

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-09 13:13:55 -07:00
parent 6180e631f1
commit 1111932b8c
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ def execute_zozbot(c, level, parent_submission, v):
def execute_longpostbot(c, level, body, body_html, parent_submission, v):
if not len(c.body.split()) >= 200: return
if "<" in body and "</blockquote>" in body_html: return
if "</blockquote>" in body_html: return
body = random.choice(LONGPOST_REPLIES)
if body.startswith(''):
body = body[1:]