diff --git a/karaUtils.py b/karaUtils.py index aaa38857f4aa801cd86713a9aaee991d20ea7704..c47d07e1e3d5d1ce4fbd8a70f49e44a05487506c 100755 --- a/karaUtils.py +++ b/karaUtils.py @@ -28,7 +28,7 @@ def dateToTime(date): for line in LINES_KARA.findall(CONTENT): lastTime = dateToTime(line[0]) for couple in RGX_TAGS.findall(line[2]): + SYLS.append((lastTime, couple[1], couple[0])) lastTime += int(couple[0]) - SYLS.append((lastTime, couple[1])) print(SYLS)