keivalya commited on
Commit
a223a28
·
verified ·
1 Parent(s): e134802

Update genius.py

Browse files
Files changed (1) hide show
  1. genius.py +1 -1
genius.py CHANGED
@@ -14,7 +14,7 @@ def get_song_info_from_lyrics(lyrics):
14
  """
15
  base_url = "https://api.genius.com/search"
16
  headers = {
17
- "Authorization": f"Bearer {os.environ["GENIUS_API_TOKEN"]}"
18
  }
19
 
20
  params = {
 
14
  """
15
  base_url = "https://api.genius.com/search"
16
  headers = {
17
+ "Authorization": f"Bearer {os.environ['GENIUS_API_TOKEN']}"
18
  }
19
 
20
  params = {