forked from rDrama/rDrama
1
0
Fork 0

:marseycapypat:

master
Lit Kladov 2021-12-25 02:24:01 +03:00 committed by GitHub
parent 1b15820329
commit 217e2d7f06
1 changed files with 2 additions and 2 deletions

View File

@ -1158,7 +1158,7 @@ def submit_post(v):
if random.random() < 0.5: body = "wow, this lawlzpost sucks!"
else: body = "wow, a good lawlzpost for once!"
else: body = random.choice(snappyquotes)
body += "\n\n"
body += "\n<hr>\n"
else: body = ""
if new_post.url:
@ -1355,4 +1355,4 @@ def api_pin_post(post_id, v):
g.db.commit()
if post.is_pinned: return {"message": "Post pinned!"}
else: return {"message": "Post unpinned!"}
else: return {"message": "Post unpinned!"}