Log during cleanup
This commit is contained in:
@@ -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:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user