Spaces:
Running
Running
Commit
·
d35e436
1
Parent(s):
ddcc9ef
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -178,7 +178,7 @@
|
|
178 |
const img = new Image();
|
179 |
img.onload = function() {
|
180 |
feed.src = this.src;
|
181 |
-
setTimeout(refreshImage,
|
182 |
};
|
183 |
|
184 |
img.onerror = function() {
|
|
|
178 |
const img = new Image();
|
179 |
img.onload = function() {
|
180 |
feed.src = this.src;
|
181 |
+
setTimeout(refreshImage, 1000);
|
182 |
};
|
183 |
|
184 |
img.onerror = function() {
|