mirror of https://github.com/stijndcl/didier
Fix forgotten dict element in football
parent
2bfd507bce
commit
9df8126455
|
@ -55,7 +55,7 @@ class Match:
|
||||||
if status.lower() == "live":
|
if status.lower() == "live":
|
||||||
# Half time
|
# Half time
|
||||||
if Navigation.LiveMatchPhase.value in self.matchDict and \
|
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
|
return Status.HalfTime.value
|
||||||
|
|
||||||
# Current time
|
# Current time
|
||||||
|
|
Loading…
Reference in New Issue