From 4a08938b0ceb88a10264db2dd1e220a221f7a353 Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Mon, 9 Oct 2023 00:27:47 -0400 Subject: [PATCH] md_recorder is in apps/md --- release_version.txt | 2 +- scripts/bnbspot_md_recorder_start.sh | 2 +- scripts/coinbase_md_recorder_start.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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}"