From b065a548dab6551db75b1c5d84f75b6cbf237c77 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 20 Oct 2023 17:39:22 +0200 Subject: [PATCH] new chart data and global timestamp --- dabo/functions/get_assets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/get_assets.sh b/dabo/functions/get_assets.sh index f7c600c..d769323 100644 --- a/dabo/functions/get_assets.sh +++ b/dabo/functions/get_assets.sh @@ -19,7 +19,7 @@ function get_assets { cp -p ${g_tmp}/API_CMD_OUT PRICETICKER # timestamp for data - f_timestamp=$(g_date_print) + #f_timestamp=$(g_date_print) # check output if [ -s ${f_filename}_OUT.tmp ] && egrep -q "^[A-Z]+${CURRENCY},[0-9]*\.[0-9]+$" ${f_filename}_OUT.tmp then