From e0e860b4fdb50ef31b4dc8559613ba860389c799 Mon Sep 17 00:00:00 2001 From: tef Date: Wed, 19 Jan 2022 23:09:15 -0500 Subject: [PATCH] workspace --- user_data/strategies/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_data/strategies/util.py b/user_data/strategies/util.py index 14bb0c71e..d4e2a4011 100644 --- a/user_data/strategies/util.py +++ b/user_data/strategies/util.py @@ -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)