mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Align methods
This commit is contained in:
parent
b9f4a23548
commit
13e329f176
|
@ -183,8 +183,8 @@ def get_backtest_result(filename: Path) -> List[BacktestHistoryEntryType]:
|
|||
{
|
||||
'filename': filename.stem,
|
||||
'strategy': s,
|
||||
'notes': v.get('notes', ''),
|
||||
'run_id': v['run_id'],
|
||||
'notes': v.get('notes', ''),
|
||||
'backtest_start_time': v['backtest_start_time'],
|
||||
} for s, v in load_backtest_metadata(filename).items()
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user