:marseycapypat:

This commit is contained in:
Lit Kladov 2021-12-25 02:24:01 +03:00 committed by GitHub
parent 5a108fafdd
commit 14c5790385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1158,7 +1158,7 @@ def submit_post(v):
if random.random() < 0.5: body = "wow, this lawlzpost sucks!" if random.random() < 0.5: body = "wow, this lawlzpost sucks!"
else: body = "wow, a good lawlzpost for once!" else: body = "wow, a good lawlzpost for once!"
else: body = random.choice(snappyquotes) else: body = random.choice(snappyquotes)
body += "\n\n" body += "\n<hr>\n"
else: body = "" else: body = ""
if new_post.url: if new_post.url: