tushifire commited on
Commit
52855f5
1 Parent(s): 40e10c4

Good to go

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -23,7 +23,6 @@ def extract_all_comments(video_id,youtube,page_token='',comments_list =[]):
23
  if 'nextPageToken' in response.keys():
24
  if len(comments_list) < 500:
25
  print("getting next batch of comments")
26
- st.info('getting next batch of comments')
27
  extract_all_comments(video_id = video_id,youtube = youtube,page_token= response['nextPageToken'],comments_list= comments_list)
28
  else:
29
  print("Limiting results for speed up")
 
23
  if 'nextPageToken' in response.keys():
24
  if len(comments_list) < 500:
25
  print("getting next batch of comments")
 
26
  extract_all_comments(video_id = video_id,youtube = youtube,page_token= response['nextPageToken'],comments_list= comments_list)
27
  else:
28
  print("Limiting results for speed up")