은승우

Update app.js

Showing 1 changed file with 0 additions and 1 deletions
......@@ -109,7 +109,6 @@ async function handleEvent(event) {
text+=jsonResponse.substring(0,jsonResponse.indexOf("}")-1)+" ";
}
console.log("text:"+text);
var url="https://www.genie.co.kr/search/searchLyrics?query="+ encodeURI(text);
request(url, function(error, response, html){
......