fix method name in dummy class

This commit is contained in:
Timothy Pogue 2022-09-03 14:10:23 -06:00
parent dae3b3d86a
commit 3b5e5fc57b
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class IStrategy(ABC, HyperStrategyMixin):
'freqAI is not enabled. '
'Please enable it in your config to use this strategy.')
def cleanup(self, *args, **kwargs):
def shutdown(self, *args, **kwargs):
pass
self.freqai = DummyClass() # type: ignore