Fix exception on exchange shutdown

This commit is contained in:
Matthias
2021-12-31 11:21:02 +01:00
parent 78ccaae318
commit 39f8c5719b
2 changed files with 4 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ class FreqtradeBot(LoggingMixin):
self.rpc.cleanup()
cleanup_db()
self.exchange.close()
def startup(self) -> None:
"""