From b2d1828f423b6b5ffafc184e4e97102758973101 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 26 Mar 2024 16:05:58 +0100 Subject: [PATCH] python ccxt --- dabo/functions/ccxt.sh | 1 + 1 file changed, 1 insertion(+) 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