aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-05-02 17:09:00 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-05-02 17:09:00 -0500
commitfe1d1d51f34f97dcddf337af61045daa8046e9d4 (patch)
treecf1967a0aed9dc1208cc2a232d24710a9263294a /src
parent52c47e75297f456f7765f34fffcbd75113ad2d67 (diff)
downloadbbj-fe1d1d51f34f97dcddf337af61045daa8046e9d4.tar.gz
disable formatting by default
Diffstat (limited to 'src')
-rw-r--r--src/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.py b/src/db.py
index ff4fc3e..9756bdf 100644
--- a/src/db.py
+++ b/src/db.py
@@ -171,7 +171,7 @@ def thread_create(connection, author_id, body, title, send_raw=False):
return thread_get(connection, thread_id)
-def thread_reply(connection, author_id, thread_id, body, send_raw=False, time_override=None):
+def thread_reply(connection, author_id, thread_id, body, send_raw=True, time_override=None):
"""
Submit a new reply for thread_id. Return the new reply object.
Un proyecto texto-plano.xyz