From 85fd4f4ebaac5ca497c9b8bbe1f01f68abfca363 Mon Sep 17 00:00:00 2001 From: tef Date: Fri, 7 Jan 2022 09:27:08 -0500 Subject: [PATCH] use python3 --- config_examples/Strategy004.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_examples/Strategy004.py b/config_examples/Strategy004.py index c078f41e7..8e8b65999 100644 --- a/config_examples/Strategy004.py +++ b/config_examples/Strategy004.py @@ -177,6 +177,6 @@ class Strategy004(IStrategy): False aborts the process """ 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