Call cleanup explicitly
This commit is contained in:
parent
cde1d1c2b3
commit
8e0811d9de
@ -154,9 +154,6 @@ class Backtesting:
|
|||||||
|
|
||||||
self.init_backtest()
|
self.init_backtest()
|
||||||
|
|
||||||
def __del__(self):
|
|
||||||
self.cleanup()
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def cleanup():
|
def cleanup():
|
||||||
LoggingMixin.show_output = True
|
LoggingMixin.show_output = True
|
||||||
|
Loading…
Reference in New Issue
Block a user