This commit is contained in:
olli 2023-10-20 17:43:50 +02:00
parent 4f4ffb61a2
commit 7d3856e37c

View File

@ -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"