From 228ce59dd7d48399adc5d181d71aa63f60c431a6 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 26 Mar 2024 16:14:54 +0100 Subject: [PATCH] python ccxt --- dabo/functions/ccxt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/ccxt.sh b/dabo/functions/ccxt.sh index dec6439..af7f644 100644 --- a/dabo/functions/ccxt.sh +++ b/dabo/functions/ccxt.sh @@ -10,7 +10,7 @@ function f_ccxt { local g_ccxt_jobs mapfile -t g_ccxt_jobs < <(jobs -r) # Initialize ccxt in python - if ! [[ ${g_python_jobs[*]} =~ python-pipeexec.py ]] || [ -z "$f_ccxt_initialized" ] + if [[ ${g_python_jobs[*]} !~ python-pipeexec.py ]] || [ -z "$f_ccxt_initialized" ] then unset f_ccxt_initialized g_python 'import os' || return 1