player analysis update

This commit is contained in:
2025-11-12 16:22:56 +01:00
parent 6442194802
commit 64254454a4
9 changed files with 1277 additions and 874 deletions
+2 -1
View File
@@ -312,7 +312,8 @@ def analyze_player_performance(player_id, archives_data):
'tournaments_participated': tournaments_participated,
'joker_used': participant.get('joker_used', False),
'tournament_results': tournament_results,
'filename': archive.get('filename', '')
'filename': archive.get('filename', ''),
'excluded_tournament': participant.get('excluded_tournament', None)
})
except Exception as e:
print(f"Error analyzing league archive: {e}")