new translation fix and some overall imrpovement to how the tournament and league workflow works.

This commit is contained in:
2025-11-10 15:04:09 +01:00
parent 1e709e0248
commit 21bd6b74d2
23 changed files with 5855 additions and 1508 deletions
+4
View File
@@ -1550,6 +1550,10 @@ def finish_tournament():
if league_finished and os.path.exists(LEAGUE_FILE):
os.remove(LEAGUE_FILE)
# Delete results file after archiving
if os.path.exists(RESULTS_FILE):
os.remove(RESULTS_FILE)
response_data = {
'status': 'success',
'results': results,