aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann/run.py')
-rw-r--r--steuermann/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/run.py b/steuermann/run.py
index 6992e40..b16254a 100644
--- a/steuermann/run.py
+++ b/steuermann/run.py
@@ -38,7 +38,7 @@ def config_yes_no(d,which) :
s = d[which]
return s.strip()[0].lower() in ( 'y', 't', '1' )
-debug=0
+debug=1
#####