1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

subtitle_wrt: set the right variable to True.

This commit is contained in:
Johan Andersson 2014-06-07 18:54:51 +02:00
parent 53b521248f
commit e94f2a74b7

View File

@ -108,7 +108,7 @@ class subtitle_wsrt(subtitle):
hour2 = int(match.group(4))
if number == 1:
if hour1 > 9:
substract = True
subtract = True
if subtract:
hour1 -= 10
hour2 -= 10