md_recorder is in apps/md

This commit is contained in:
2023-10-09 00:27:47 -04:00
parent ab0a50aec2
commit 4a08938b0c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
0.2.3 0.2.4
+1 -1
View File
@@ -77,7 +77,7 @@ export PYTHONPATH=${RootDir}
Cmd="nohup" Cmd="nohup"
Cmd="${Cmd} python3" 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} --config=${ConfigFile}"
Cmd="${Cmd} --active_exchanges=${Exchange}" Cmd="${Cmd} --active_exchanges=${Exchange}"
Cmd="${Cmd} --instruments=${Instruments}" Cmd="${Cmd} --instruments=${Instruments}"
+1 -1
View File
@@ -80,7 +80,7 @@ export PYTHONPATH=${RootDir}
Cmd="nohup" Cmd="nohup"
Cmd="${Cmd} python3" 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} --config=${ConfigFile}"
Cmd="${Cmd} --active_exchanges=${Exchange}" Cmd="${Cmd} --active_exchanges=${Exchange}"
Cmd="${Cmd} --instruments=${Instruments}" Cmd="${Cmd} --instruments=${Instruments}"