commit 9230482870b134e612beb58df4a068854f3f7234 parent 7dd296273fdf426158473f638eb689ac61865268 Author: ThomasV <thomasv@gitorious> Date: Sun, 16 Mar 2014 12:13:52 +0100 set default verbosity to false, because of daemon Diffstat:
M | lib/util.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/util.py b/lib/util.py @@ -2,7 +2,7 @@ import os, sys, re, json import platform import shutil from datetime import datetime -is_verbose = True +is_verbose = False class MyEncoder(json.JSONEncoder):