mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-28 18:00:23 +00:00
fix: guarantee crash resiliency, as long as users reload bot gracefully
This commit is contained in:
@@ -185,6 +185,7 @@ class IFreqaiModel(ABC):
|
||||
Callback for Subclasses to override to include logic for shutting down resources
|
||||
when SIGINT is sent.
|
||||
"""
|
||||
self.dd.save_historic_predictions_to_disk()
|
||||
return
|
||||
|
||||
def shutdown(self):
|
||||
|
||||
Reference in New Issue
Block a user