kmaurinjones commited on
Commit
64b8b13
1 Parent(s): 87f95e1

Update songscope.py

Browse files
Files changed (1) hide show
  1. songscope.py +1 -1
songscope.py CHANGED
@@ -458,7 +458,7 @@ def get_all_data(artist_name: str, song_titles: list = None,
458
  artist_data[title]['lyrics'] = sectionize(lyrics)
459
  except: (UnboundLocalError, TypeError, AttributeError)
460
  print(f"\tCouldn't find lyrics to {title}. Moving to next song.")
461
- continue
462
 
463
  # as to not get banned
464
  random_delay(min_val = delay[0], max_val = delay[1], print_delay = False)
 
458
  artist_data[title]['lyrics'] = sectionize(lyrics)
459
  except: (UnboundLocalError, TypeError, AttributeError)
460
  print(f"\tCouldn't find lyrics to {title}. Moving to next song.")
461
+ pass
462
 
463
  # as to not get banned
464
  random_delay(min_val = delay[0], max_val = delay[1], print_delay = False)