Added missing colons.
This commit is contained in:
parent
4ed5b62999
commit
fe4fc00dbe
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
|
@ -249,9 +249,9 @@ else:
|
||||||
|
|
||||||
if config.reconcile_balance:
|
if config.reconcile_balance:
|
||||||
reconcilable = False
|
reconcilable = False
|
||||||
if config.reconcile_balance == "<all>"
|
if config.reconcile_balance == "<all>":
|
||||||
reconcilable = True
|
reconcilable = True
|
||||||
else
|
else:
|
||||||
target_balance = Value (config.reconcile_balance)
|
target_balance = Value (config.reconcile_balance)
|
||||||
|
|
||||||
cutoff = time.time ()
|
cutoff = time.time ()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue