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