diff --git a/assets/js/index.js b/assets/js/index.js
index 8c63d33..401f1b6 100644
--- a/assets/js/index.js
+++ b/assets/js/index.js
@@ -1,6 +1,6 @@
$(document).ready(function () {
- setTimeout(function() {
+ setTimeout(function () {
console.log("refresh");
location.reload();
- }, 2000);
+ }, 10 * 1000);
});
diff --git a/templates/base.html b/templates/base.html
index 4bf12df..f651d4e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -17,13 +17,6 @@
-