From fe1d1d51f34f97dcddf337af61045daa8046e9d4 Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Tue, 2 May 2017 17:09:00 -0500 Subject: disable formatting by default --- src/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3