X-Git-Url: https://projects.mako.cc/source/iron-blogger/blobdiff_plain/e9d557ac36da8752fd871dd30394a8e3efe0852d..aa2ed967644a8ae2d4fb77b280a9febd06f01995:/config.py?ds=sidebyside diff --git a/config.py b/config.py index 6b6d588..0a65e79 100644 --- a/config.py +++ b/config.py @@ -17,7 +17,7 @@ FINE_SIZE = 5 CURRENCY = "$" # check the version of ledger to find out which commands to use -if subprocess.Popen(['ledger', '--version'], stdout=subprocess.PIPE).communicate()[0][7] == '3' +if subprocess.Popen(['ledger', '--version'], stdout=subprocess.PIPE).communicate()[0][7] == '3': BALANCE_CMD = ['ledger', '-f', os.path.join(HERE,'ledger'), '--no-color', '-n', 'balance']