Skip to content

Commit

Permalink
fix missing super call (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianSW authored Sep 4, 2024
1 parent c7cf72a commit 5766b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rcon/scoreboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ def get_cached_stats(self):

class TimeWindowStats(BaseStats):
def __init__(self):
super().__init__()
self.match_end_result_regex = re.compile("MATCH ENDED `.+` ALLIED \((\d) - (\d)\) AXIS")

def _set_start_end_times(
Expand Down

0 comments on commit 5766b4c

Please sign in to comment.