diff --git a/release_version.txt b/release_version.txt index 7179039..abd4105 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -0.2.3 +0.2.4 diff --git a/scripts/bnbspot_md_recorder_start.sh b/scripts/bnbspot_md_recorder_start.sh index 65cf69e..1f250f7 100755 --- a/scripts/bnbspot_md_recorder_start.sh +++ b/scripts/bnbspot_md_recorder_start.sh @@ -77,7 +77,7 @@ export PYTHONPATH=${RootDir} Cmd="nohup" Cmd="${Cmd} python3" -Cmd="${Cmd} ${RootDir}/cvttpy/apps/md_recorder.py" +Cmd="${Cmd} ${RootDir}/cvttpy/apps/md/md_recorder.py" Cmd="${Cmd} --config=${ConfigFile}" Cmd="${Cmd} --active_exchanges=${Exchange}" Cmd="${Cmd} --instruments=${Instruments}" diff --git a/scripts/coinbase_md_recorder_start.sh b/scripts/coinbase_md_recorder_start.sh index 9f00f74..e53a8ca 100755 --- a/scripts/coinbase_md_recorder_start.sh +++ b/scripts/coinbase_md_recorder_start.sh @@ -80,7 +80,7 @@ export PYTHONPATH=${RootDir} Cmd="nohup" Cmd="${Cmd} python3" -Cmd="${Cmd} ${RootDir}/cvttpy/apps/md_recorder.py" +Cmd="${Cmd} ${RootDir}/cvttpy/apps/md/md_recorder.py" Cmd="${Cmd} --config=${ConfigFile}" Cmd="${Cmd} --active_exchanges=${Exchange}" Cmd="${Cmd} --instruments=${Instruments}"