We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec45451 commit 705b909Copy full SHA for 705b909
videoText.py
@@ -176,7 +176,6 @@ def appendContent(self):
176
if len(xAsText) > 1 :
177
# I am canceling the first line of the text with a timestamp here
178
# as a timestamp is not a score.
179
- # trying without "and not xAsText[0:2].isdigit()"
180
if any(sport in xAsText for sport in self.listOfBallGames):
181
isBallGame = True
182
if isBallGame or self.currentPage in self.ballgamescorepages \
0 commit comments