remotes/1693045480750635534/spooky-22
Aevann1 2021-12-25 02:36:04 +02:00
parent 217e2d7f06
commit 9d4c557e84
1 changed files with 1 additions and 1 deletions

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<hr>\n" body += "\n\n"
else: body = "" else: body = ""
if new_post.url: if new_post.url: