diff options
author | makefu <github@syntax-fehler.de> | 2014-04-27 18:18:08 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-04-27 18:18:08 +0200 |
commit | 95fbba75246cf1b5115bc5493d3119f9ea91221e (patch) | |
tree | cca50d644839abdf40947d47b9f75220e5d78f63 /Reaktor/config.py | |
parent | aa4b1772353ddf520b210bb1a692ce1b604cba23 (diff) |
update things
Diffstat (limited to 'Reaktor/config.py')
-rw-r--r-- | Reaktor/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/config.py b/Reaktor/config.py index 424019a7..ea00693f 100644 --- a/Reaktor/config.py +++ b/Reaktor/config.py @@ -1,7 +1,7 @@ from os.path import abspath, expanduser import re -debug = True +debug = False name = 'crabmanner' |