Log during cleanup

This commit is contained in:
Matthias
2024-06-08 09:20:23 +02:00
parent bd8b8e8b8b
commit 6b932133ea

View File

@@ -217,7 +217,7 @@ class FreqtradeBot(LoggingMixin):
except Exception:
# Exceptions here will be happening if the db disappeared.
# At which point we can no longer commit anyway.
pass
logger.exception("Error during cleanup")
def startup(self) -> None:
"""