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:
|
||||
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 ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue