mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-05 22:00:25 +00:00
Fix wording in log msg
This commit is contained in:
@@ -85,7 +85,7 @@ class ReinforcementLearner(BaseReinforcementLearningModel):
|
||||
best_model = self.MODELCLASS.load(dk.data_path / "best_model")
|
||||
return best_model
|
||||
|
||||
logger.info('Couldnt find best model, using final model instead.')
|
||||
logger.info("Couldn't find best model, using final model instead.")
|
||||
|
||||
return model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user