python ccxt
This commit is contained in:
parent
228ce59dd7
commit
6189a7c7fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user