Liga krog3
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user