diff --git a/dabo/functions/ccxt.sh b/dabo/functions/ccxt.sh index ec3b953..dec6439 100644 --- a/dabo/functions/ccxt.sh +++ b/dabo/functions/ccxt.sh @@ -12,6 +12,7 @@ function f_ccxt { # Initialize ccxt in python if ! [[ ${g_python_jobs[*]} =~ python-pipeexec.py ]] || [ -z "$f_ccxt_initialized" ] then + unset f_ccxt_initialized g_python 'import os' || return 1 g_python 'import sys' || return 1 g_python 'sys.path.append("/ccxt/python")' || return 1