forked from rDrama/rDrama
1
0
Fork 0

fix snappy merge conflicts

master
Aevann 2023-08-01 04:30:50 +03:00
parent 65f9b986dd
commit bcc494ecdb
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ def comment(v):
body_for_checking = '\n{[para]}\n' + body + '\n{[para]}\n'
if body_for_checking in f.read():
abort(400, "Snappy quote already exists!")
f.write('\n{[para]}\n' + body)
f.write('\n{[para]}\n' + body + '\n')
body_for_sanitize = body
if v.owoify: body_for_sanitize = owoify(body_for_sanitize)