Skip to content

Commit 705b909

Browse files
committed
remove comment
1 parent ec45451 commit 705b909

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

videoText.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def appendContent(self):
176176
if len(xAsText) > 1 :
177177
# I am canceling the first line of the text with a timestamp here
178178
# as a timestamp is not a score.
179-
# trying without "and not xAsText[0:2].isdigit()"
180179
if any(sport in xAsText for sport in self.listOfBallGames):
181180
isBallGame = True
182181
if isBallGame or self.currentPage in self.ballgamescorepages \

0 commit comments

Comments
 (0)