progress
This commit is contained in:
@@ -7,7 +7,12 @@ export PYTHONPATH=${RootDir}
|
||||
#dates=$(start=20231107; end=20231118; dt=; n=0; until [ "$dt" = "$end" ]; do ((n++)); dt=$(date -d "$start + $n days" +%Y%m%d); echo $dt; done)
|
||||
|
||||
yesterday=$(date -d "yesterday" +%Y%m%d)
|
||||
Schemas="coinbase,bnbspot"
|
||||
Schemas=${1}
|
||||
if [ "${Schemas}" == "" ]
|
||||
then
|
||||
Schemas="coinbase,bnbspot,bnbfut"
|
||||
fi
|
||||
echo "Schemas=${Schemas}"
|
||||
|
||||
Cmd=
|
||||
Cmd="${Python}"
|
||||
|
||||
Reference in New Issue
Block a user