use python3
This commit is contained in:
parent
f894d7d1f6
commit
85fd4f4eba
@ -177,6 +177,6 @@ class Strategy004(IStrategy):
|
|||||||
False aborts the process
|
False aborts the process
|
||||||
"""
|
"""
|
||||||
print("confirm_trade_entry --------------> current_time = " + str(current_time))
|
print("confirm_trade_entry --------------> current_time = " + str(current_time))
|
||||||
subprocess.call("python /root/workspace/execution/launcher.py "+ pair, shell=True)
|
subprocess.call("python3 /root/workspace/execution/launcher.py "+ pair, shell=True)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user