From 7d3856e37c6ace10c3a915f447ae8e547febd279 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 20 Oct 2023 17:43:50 +0200 Subject: [PATCH] fies --- dabo/functions/get_balances.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/get_balances.sh b/dabo/functions/get_balances.sh index 05607fb..83989e1 100644 --- a/dabo/functions/get_balances.sh +++ b/dabo/functions/get_balances.sh @@ -111,7 +111,7 @@ function get_balances { # calculate complete balance local f_COMPLETE_BALANCE=$(echo "scale=2; $CURRENCY_BALANCE+$f_SPOT_BALANCE" | bc -l) - local f_timestamp=$(g_date_print) + #local f_timestamp=$(g_date_print) # write balance history echo "$f_timestamp,$f_COMPLETE_BALANCE" >>"asset-histories/BALANCECOMPLETE${CURRENCY}.history.csv"