Rename for consistency with config.py and added new debug option.
[cmless] / bin / debug.py
CommitLineData
00413636
AT
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.
16496557
AT
6
7# Enable CGI traceback printing in the browser as pretty HTML.
00413636 8import cgitb
16496557
AT
9# cgitb.enable()
10
11# Enable CMless error message printing in the browser.
12print_to_browser = False