diff --git a/e2/index.html b/e2/index.html
index 52c69b1..4bbd3ae 100644
--- a/e2/index.html
+++ b/e2/index.html
@@ -28,6 +28,7 @@ function queryName(){
document.getElementById("dp").src=e.items[0].snippet.thumbnails.default.url;
document.querySelector("#username").textContent = e.items[0].snippet.title;
username = e.items[0].snippet.channelId.trim();
+ console.log(e.items[0].snippet.channelId.trim());
})
}
var isLive = 0,counts = [[]],intervals = [[1000],[3000],[5000],[10000],[30000],[120000]],recursions = [[15],[5],[3],[3],[4],[1]],r=0,level=1;