diff --git a/functions/football.py b/functions/football.py index e7f2456..de1fa78 100644 --- a/functions/football.py +++ b/functions/football.py @@ -55,7 +55,7 @@ class Match: if status.lower() == "live": # Half time if Navigation.LiveMatchPhase.value in self.matchDict and \ - Navigation.LiveMatchPhase.value == Navigation.HalfTime.value: + self.matchDict[Navigation.LiveMatchPhase.value] == Navigation.HalfTime.value: return Status.HalfTime.value # Current time