citizendeeplearner commited on
Commit
5ddb8a0
·
1 Parent(s): de27f96

Update get_lyrics.py

Browse files
Files changed (1) hide show
  1. get_lyrics.py +1 -0
get_lyrics.py CHANGED
@@ -7,6 +7,7 @@ def get_lyrics(inp):
7
  from selenium.webdriver.chrome.service import Service
8
  from webdriver_manager.chrome import ChromeDriverManager
9
  from bs4 import BeautifulSoup
 
10
 
11
  chrome_options = webdriver.ChromeOptions()
12
  chrome_options.binary_location = os.environ.get("GOOGLE_CHROME_BIN")
 
7
  from selenium.webdriver.chrome.service import Service
8
  from webdriver_manager.chrome import ChromeDriverManager
9
  from bs4 import BeautifulSoup
10
+ import os
11
 
12
  chrome_options = webdriver.ChromeOptions()
13
  chrome_options.binary_location = os.environ.get("GOOGLE_CHROME_BIN")