workspace
This commit is contained in:
parent
1a7c67a73d
commit
e0e860b4fd
@ -2,7 +2,7 @@ import subprocess
|
|||||||
|
|
||||||
IS_BACKTEST = False
|
IS_BACKTEST = False
|
||||||
|
|
||||||
EXECUTION_PATH = "/root/workspace2/execution/"
|
EXECUTION_PATH = "/root/workspace/execution/"
|
||||||
|
|
||||||
def launcher(mode, coin, brain):
|
def launcher(mode, coin, brain):
|
||||||
subprocess.call("python3 "+EXECUTION_PATH+"launcher.py " + mode + " " + coin + " " + brain, shell=True)
|
subprocess.call("python3 "+EXECUTION_PATH+"launcher.py " + mode + " " + coin + " " + brain, shell=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user