Spaces:
Runtime error
Runtime error
Commit
·
b553f86
1
Parent(s):
5ddb8a0
wfs
Browse files- get_lyrics.py +1 -1
get_lyrics.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
|
3 |
-
|
4 |
def get_lyrics(inp):
|
5 |
|
6 |
from selenium import webdriver
|
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
|
3 |
+
import os
|
4 |
def get_lyrics(inp):
|
5 |
|
6 |
from selenium import webdriver
|