nmhive.py: Add --debug option
authorW. Trevor King <wking@tremily.us>
Mon, 22 Sep 2014 13:57:10 +0000 (06:57 -0700)
committerW. Trevor King <wking@tremily.us>
Mon, 22 Sep 2014 14:08:51 +0000 (07:08 -0700)
commit919846ad3e6994a8a954128b170a6bbaa1884509
tree67598855803396536caf20c54c75cffd0379c807
parent68dfcb127ad432bb66f761c64260825a1ef42d23
nmhive.py: Add --debug option

I'd removed a hardcoded 'app.debug = True' in bdbfab1f (nmhive.py: Use
notmuch behind GET /tags, 2014-09-21) because it conflicted with a
global, read/write lock.  However, in a98096f1 (nmhive.py: Use
per-request database connections, 2014-09-21) I dropped the global
lock, so enabling debuging is feasible again.
nmhive.py