use python3

This commit is contained in:
tef 2022-01-07 09:27:08 -05:00
parent f894d7d1f6
commit 85fd4f4eba

View File

@ -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