From 07ef55bcd27689e1305da3923b546b8a93aa6a4d Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 30 Jul 2024 14:23:00 +0200 Subject: [PATCH] fixes --- dabo/functions/get_ohlcv-candle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/get_ohlcv-candle.sh b/dabo/functions/get_ohlcv-candle.sh index 85ededf..c196475 100644 --- a/dabo/functions/get_ohlcv-candle.sh +++ b/dabo/functions/get_ohlcv-candle.sh @@ -35,7 +35,7 @@ function get_ohlcv-candles { do # fetch only single symbols (for debugging) #[ "$f_symbol" = "BTC/USDT:USDT" ] || continue - echo "=== Fetching/Refreshing $f_symbol ===" + g_echo_note "Fetching/Refreshing $f_symbol $f_timeframe" for f_timeframe in $f_timeframes do f_asset="${f_symbol//:*}"