workspace
This commit is contained in:
parent
11e0cba99b
commit
f2575596ce
@ -162,6 +162,6 @@ class Strategy002(IStrategy):
|
|||||||
"""
|
"""
|
||||||
mode = "test"
|
mode = "test"
|
||||||
coin = pair.split("/")[0]
|
coin = pair.split("/")[0]
|
||||||
subprocess.call("python3 /root/workspace2/execution/launcher.py " + mode + " " + coin, shell=True)
|
subprocess.call("python3 /root/workspace/execution/launcher.py " + mode + " " + coin, shell=True)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
@ -175,5 +175,5 @@ class Strategy003(IStrategy):
|
|||||||
"""
|
"""
|
||||||
mode = "test"
|
mode = "test"
|
||||||
coin = pair.split("/")[0]
|
coin = pair.split("/")[0]
|
||||||
subprocess.call("python3 /root/workspace3/execution/launcher.py " + mode + " " + coin, shell=True)
|
subprocess.call("python3 /root/workspace/execution/launcher.py " + mode + " " + coin, shell=True)
|
||||||
return True
|
return True
|
Loading…
Reference in New Issue
Block a user