Remove obsolete code, improve resilience

This commit is contained in:
Matthias
2024-03-30 13:20:43 +01:00
parent 36f1111d92
commit be26e31235
2 changed files with 1 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ def text_table_tags(tag_type: str, tag_results: List[Dict[str, Any]], stake_curr
output = [
[
t['key'] if t.get('key') is not None and len(
t['key']) > 0 else t.get(fallback, "OTHER"),
str(t['key'])) > 0 else t.get(fallback, "OTHER"),
t['trades'],
t['profit_mean_pct'],
t['profit_total_abs'],