From 9cfe5e50c475304512b4f82dab59f9d6451389b3 Mon Sep 17 00:00:00 2001 From: Matthias Nagel Date: Wed, 19 Nov 2025 08:24:26 +0100 Subject: [PATCH] =?UTF-8?q?bugfix=20f=C3=BCr=20statistiken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db.sqlite3 | Bin 311296 -> 311296 bytes team_stats/views.py | 24 ++++++++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/db.sqlite3 b/db.sqlite3 index 852814f306f7f04831481d860e06ef026c52bd95..33ea2274f8f6b21b514a26f2db45c275724ba2a2 100644 GIT binary patch delta 46 zcmZo@5N>D?o*>QmZla7cD?o*>QmdZLUo opponent_score: wins += 1 @@ -57,6 +75,8 @@ def team_statistics(request, team_id): else: streak_counter = 1 last_game_result = 'loss' + print("Win:"+str(wins)) + print("Looses:"+str(losses)) # Inning Heatmap team_innings = home_innings if game.is_home_game else away_innings for i, runs in enumerate(team_innings):