From eca255af1ba67b264bdb2fdaddec81e565c3f035 Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Wed, 12 Apr 2017 13:18:34 -0500 Subject: [PATCH] update module docstring in db --- src/db.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/db.py b/src/db.py index 5b4204a..afd51a0 100644 --- a/src/db.py +++ b/src/db.py @@ -4,9 +4,6 @@ doesnt hold a connection itself, rather, a connection is passed in as an argument to all the functions and is maintained by CherryPy's threading system. This is clunky but fuck it, it works (for now at least). -(foreword: formatting is not currently implemented but its an important - feature needed in the final version) - All post and thread data are stored in the database without formatting. This is questionable, as it causes formatting to be reapplied with each pull for the database. Im debating whether posts should be stored in all