Update backtesting.py
This commit is contained in:
parent
c9ed61cb80
commit
2ea1fd141c
@ -257,9 +257,7 @@ class Backtesting(object):
|
|||||||
results
|
results
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
time.sleep(5)
|
sys.exit(1)
|
||||||
os.close(1)
|
|
||||||
sys.exit()
|
|
||||||
|
|
||||||
def setup_configuration(args: Namespace) -> Dict[str, Any]:
|
def setup_configuration(args: Namespace) -> Dict[str, Any]:
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user