fix
This commit is contained in:
parent
76e2be8579
commit
401b7551d8
@ -9,4 +9,4 @@ def launcher(mode, coin, brain):
|
||||
|
||||
def back_tester(date_time, coin, brain):
|
||||
date_time = date_time.replace(" ", "#")
|
||||
subprocess.call("python3 "+EXECUTION_PATH+"back_tester.py " + date_time + " " + coin + " " + brain + "0.45 3", shell=True)
|
||||
subprocess.call("python3 "+ EXECUTION_PATH + "back_tester.py " + date_time + " " + coin + " " + brain + "0.45 3", shell=True)
|
||||
|
Loading…
Reference in New Issue
Block a user