md_recorder is in apps/md

This commit is contained in:
Oleg Sheynin 2023-10-09 00:27:47 -04:00
parent ab0a50aec2
commit 4a08938b0c
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.2.3
0.2.4

View File

@ -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}"

View File

@ -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}"