From 29b8c29bda5086fb9cc9c8b24b3baa776586af0f Mon Sep 17 00:00:00 2001 From: olli Date: Sat, 24 Aug 2024 14:09:39 +0200 Subject: [PATCH] ARTY --- dabo/functions/get_marketdata_yahoo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dabo/functions/get_marketdata_yahoo.sh b/dabo/functions/get_marketdata_yahoo.sh index ec25df9..31b957f 100644 --- a/dabo/functions/get_marketdata_yahoo.sh +++ b/dabo/functions/get_marketdata_yahoo.sh @@ -84,6 +84,7 @@ function get_marketdata_yahoo { [[ $f_item = "PT-USD" ]] && f_item="PT28582-USD" [[ $f_item = "BLAST-USD" ]] && f_item="BLAST28480-USD" [[ $f_item = "GRT-USD" ]] && f_item="GRT6719-USD" + [[ $f_item = "ARTY-USD" ]] && f_item="ARTY23751-USD" # end if already failed the last 5 minutes if [ -f "FAILED_YAHOO/${f_name}_HISTORIC_DOWNLOAD" ]