shauryat97 commited on
Commit
fc0c079
·
1 Parent(s): 709ae5f

removed extra ',' after dictionary

Browse files
Files changed (1) hide show
  1. main_query_tube.py +1 -1
main_query_tube.py CHANGED
@@ -57,7 +57,7 @@ def create_data(playlist_link):
57
  duration += video_transcript[index]['duration']
58
  dict = {'text' : text,
59
  'start' : start_time,
60
- 'duration' : duration,}
61
  'video_serial_number':video_serial+1}
62
  # print('serail_number: ',video_serial)
63
  new_transcript.append(dict)
 
57
  duration += video_transcript[index]['duration']
58
  dict = {'text' : text,
59
  'start' : start_time,
60
+ 'duration' : duration,
61
  'video_serial_number':video_serial+1}
62
  # print('serail_number: ',video_serial)
63
  new_transcript.append(dict)