Spaces:
Running
Running
Update LRC2SRT.py
Browse files- 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 = ""
|