Rename for consistency with config.py and added new debug option.
[cmless] / bin / debug.py
... / ...
CommitLineData
1# (c) 2017 Aaron Taylor <ataylor at subgeniuskitty dot com>
2# See LICENSE file for copyright and license details.
3
4# Any debug toggles are kept in this file and should be committed to git in the
5# 'off' state.
6
7# Enable CGI traceback printing in the browser as pretty HTML.
8import cgitb
9# cgitb.enable()
10
11# Enable CMless error message printing in the browser.
12print_to_browser = False