aboutsummaryrefslogtreecommitdiff
path: root/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'helper.py')
-rw-r--r--helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.py b/helper.py
index 6d28c3f..4d73078 100644
--- a/helper.py
+++ b/helper.py
@@ -98,6 +98,7 @@ def print_orders(market, base_currency="BTC"):
98 market.trades.prepare_orders(compute_value="average") 98 market.trades.prepare_orders(compute_value="average")
99 99
100def print_balances(market, base_currency="BTC"): 100def print_balances(market, base_currency="BTC"):
101 market.report.log_stage("print_balances")
101 market.balances.fetch_balances() 102 market.balances.fetch_balances()
102 if base_currency is not None: 103 if base_currency is not None:
103 market.report.print_log("total:") 104 market.report.print_log("total:")