aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-05-04 18:22:10 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-05-04 18:22:10 -0500
commit5cfac74c959f1871c529f89fb1d044665b69704d (patch)
tree1caa8d572953e4563120c0d3ea5b355ba8363662 /src
parent78ee2fc531d71ddb9fbc908a2be9a052722e76b9 (diff)
downloadbbj-5cfac74c959f1871c529f89fb1d044665b69704d.tar.gz
re-enable formatting by default since it is less intrusive now
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 9756bdf..ff4fc3e 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=True, time_override=None):
+def thread_reply(connection, author_id, thread_id, body, send_raw=False, time_override=None):
"""
Submit a new reply for thread_id. Return the new reply object.
Un proyecto texto-plano.xyz