kmaurinjones commited on
Commit
baf633f
1 Parent(s): 94e5262

Update songscope.py

Browse files
Files changed (1) hide show
  1. songscope.py +2 -1
songscope.py CHANGED
@@ -246,7 +246,8 @@ def find_artist(artist_name: str) -> str:
246
  max_sim = dist
247
  min_id = id
248
 
249
- return f"https://www.azlyrics.com/{artist_links[min_id]}"
 
250
 
251
  # this will flatten all inner lists (all depths) of a list into a list of depth == 1
252
  def flatten_list(lst: list):
 
246
  max_sim = dist
247
  min_id = id
248
 
249
+ # return f"https://www.azlyrics.com/{artist_links[min_id]}"
250
+ return f"https://www.azlyrics.com/m/mayer.html"
251
 
252
  # this will flatten all inner lists (all depths) of a list into a list of depth == 1
253
  def flatten_list(lst: list):