From 722ba527a9648397914d305eacbddb20f8f70827 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Thu, 10 Apr 2025 14:49:34 +0200 Subject: [PATCH] [scoreboard] Change lightblue color with another tone --- scoreboard/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoreboard/main.py b/scoreboard/main.py index 164826a0a..f85fdc111 100644 --- a/scoreboard/main.py +++ b/scoreboard/main.py @@ -74,7 +74,7 @@ html_content += f'{max_sol_points}' task_count += max_sol_points elif directories[dir].get(task_type) == "disabled": - html_content += f'{max_sol_points}' + html_content += f'{max_sol_points}' task_count += max_sol_points else: html_content += '0'