Fix tests after modified output

This commit is contained in:
Matthias
2024-03-30 11:19:03 +01:00
parent 0a186eb8b7
commit 7895eeb3b6
2 changed files with 12 additions and 13 deletions

View File

@@ -104,7 +104,6 @@ def text_table_tags(tag_type: str, tag_results: List[Dict[str, Any]], stake_curr
t['key']) > 0 else "OTHER",
t['trades'],
t['profit_mean_pct'],
t['profit_sum_pct'],
t['profit_total_abs'],
t['profit_total_pct'],
t['duration_avg'],