python ccxt
This commit is contained in:
parent
6189a7c7fe
commit
c46175c24b
@ -7,10 +7,11 @@ function f_ccxt {
|
||||
return 1
|
||||
fi
|
||||
|
||||
unset g_ccxt_jobs
|
||||
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_ccxt_jobs[*]} != *python-pipeexec.py* ]] || [ -z "$f_ccxt_initialized" ]
|
||||
then
|
||||
unset f_ccxt_initialized
|
||||
g_python 'import os' || return 1
|
||||
|
Loading…
Reference in New Issue
Block a user