From 4f7f0144b149cde712cd424fd1f26ca48be3c4c5 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 24 Feb 2024 17:00:33 +0100 Subject: Including toweled segments in JFR board count --- jfr_playoff/data/match/jfrhtml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jfr_playoff/data/match/jfrhtml.py b/jfr_playoff/data/match/jfrhtml.py index 5285a8a..46a197b 100644 --- a/jfr_playoff/data/match/jfrhtml.py +++ b/jfr_playoff/data/match/jfrhtml.py @@ -190,6 +190,7 @@ class JFRHtmlMatchInfo(MatchInfoClient): len(segments) + len(towels) + len(running_segments)) \ * boards_in_segment played_boards += running_boards + played_boards += len(towels) * boards_in_segment PlayoffLogger.get('match.jfrhtml').info( 'board count: %d/%d', played_boards, total_boards) return played_boards, total_boards -- cgit v1.2.3