summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.py b/main.py
index 92483ba0..b597ad61 100644
--- a/main.py
+++ b/main.py
@@ -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 ()