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:
parent
53b521248f
commit
e94f2a74b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user