mirror of
https://github.com/lifegpc/pythonscript.git
synced 2026-06-05 11:08:49 +08:00
fix bug
This commit is contained in:
@@ -76,7 +76,7 @@ class Lyric:
|
|||||||
re.append({'time': max(ltmp, round(i['time'] - 0.01, 2)),
|
re.append({'time': max(ltmp, round(i['time'] - 0.01, 2)),
|
||||||
'data': tmp})
|
'data': tmp})
|
||||||
tmp = None
|
tmp = None
|
||||||
elif i['time'] == ltmp:
|
elif i['time'] == ltmp and i['time'] != 0:
|
||||||
if tmp is None:
|
if tmp is None:
|
||||||
tmp = i['data']
|
tmp = i['data']
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user