player analysis update
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user