Liga krog3

This commit is contained in:
bl3kunja-FW
2026-01-17 09:36:27 +01:00
parent 27e8b31ae0
commit 13c7bd3239
13 changed files with 2027 additions and 46 deletions
+2 -1
View File
@@ -1,6 +1,5 @@
"""
TV_APP V1.0.0 - Tournament and League Management System
Flask web application for managing tournaments with multi-camera streaming
"""
from flask import Flask, render_template, request, redirect, jsonify, session
@@ -1594,6 +1593,8 @@ def finish_tournament():
'participated': False,
'joker': True
})
# Mark joker as used for this player
participant['joker_used'] = True
# Calculate total shots correctly for any tournament type
tournament_type = results.get('tournament_type', '20_targets')