diff options
Diffstat (limited to 'app.py')
-rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |