aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-03-12 21:22:31 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-03-12 21:22:31 +0000
commitbdb0545b27d6d862599be9d01f8232fcc4e0bc7c (patch)
tree929415992f8d9ca00e26d5ed3a948bb1b8b79f86 /app.py
parent799284d7065f8db02e7c8d935def80b7a2dd6f9f (diff)
downloadeda.gay-bdb0545b27d6d862599be9d01f8232fcc4e0bc7c.tar.gz
eda.gay-bdb0545b27d6d862599be9d01f8232fcc4e0bc7c.zip
added some comments, removed some prints
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index cd08eb2..bc99d03 100644
--- a/app.py
+++ b/app.py
@@ -94,7 +94,7 @@ def get_thought():
with database.Database() as db:
try:
category_name, title, dt, parsed, headers = parser.get_thought_from_id(db, thought_id)
- print(headers)
+ # print(headers)
except TypeError:
flask.abort(404)
return