Log during cleanup

This commit is contained in:
Matthias
2024-06-08 09:20:23 +02:00
parent bd8b8e8b8b
commit 6b932133ea
+1 -1
View File
@@ -217,7 +217,7 @@ class FreqtradeBot(LoggingMixin):
except Exception: except Exception:
# Exceptions here will be happening if the db disappeared. # Exceptions here will be happening if the db disappeared.
# At which point we can no longer commit anyway. # At which point we can no longer commit anyway.
pass logger.exception("Error during cleanup")
def startup(self) -> None: def startup(self) -> None:
""" """