md_recorder is in apps/md
This commit is contained in:
parent
ab0a50aec2
commit
4a08938b0c
@ -1 +1 @@
|
||||
0.2.3
|
||||
0.2.4
|
||||
|
||||
@ -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}"
|
||||
|
||||
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user