ziqiangao commited on
Commit
db8f7af
·
verified ·
1 Parent(s): e32c131

Update LRC2SRT.py

Browse files
Files changed (1) hide show
  1. LRC2SRT.py +2 -0
LRC2SRT.py CHANGED
@@ -12,7 +12,9 @@ def safe_read(i, a):
12
 
13
  def clear():
14
  global SRT
 
15
  SRT = []
 
16
 
17
  def convert_time(sec):
18
  t = ""
 
12
 
13
  def clear():
14
  global SRT
15
+ global LRC
16
  SRT = []
17
+ LRC = []
18
 
19
  def convert_time(sec):
20
  t = ""