From: ThomasV Date: Sun, 16 Mar 2014 11:13:52 +0000 (+0100) Subject: set default verbosity to false, because of daemon X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=9230482870b134e612beb58df4a068854f3f7234;p=electrum-nvc.git set default verbosity to false, because of daemon --- diff --git a/lib/util.py b/lib/util.py index 4363157..8108580 100644 --- 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):