diff --git a/index.html b/index.html
index 69ddaa2..703cd48 100644
--- a/index.html
+++ b/index.html
@@ -50,6 +50,7 @@
})
.then(function (text) {
text = text.replaceAll("\\", "");
+ console.log(text);
var split = text.split(`"createTime":"`);
split = split[1].split(`"`);