diff options
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -249,9 +249,9 @@ else: if config.reconcile_balance: reconcilable = False - if config.reconcile_balance == "<all>" + if config.reconcile_balance == "<all>": reconcilable = True - else + else: target_balance = Value (config.reconcile_balance) cutoff = time.time () |