Call cleanup explicitly

This commit is contained in:
Matthias 2022-09-26 09:09:51 +00:00
parent cde1d1c2b3
commit 8e0811d9de
1 changed files with 0 additions and 3 deletions

View File

@ -154,9 +154,6 @@ class Backtesting:
self.init_backtest()
def __del__(self):
self.cleanup()
@staticmethod
def cleanup():
LoggingMixin.show_output = True