@@ -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,
The note is not visible to the blocked user.