workspace

This commit is contained in:
tef 2022-01-19 23:09:15 -05:00
parent 1a7c67a73d
commit e0e860b4fd

View File

@ -2,7 +2,7 @@ import subprocess
IS_BACKTEST = False
EXECUTION_PATH = "/root/workspace2/execution/"
EXECUTION_PATH = "/root/workspace/execution/"
def launcher(mode, coin, brain):
subprocess.call("python3 "+EXECUTION_PATH+"launcher.py " + mode + " " + coin + " " + brain, shell=True)