iaunco 6 vuotta sitten
vanhempi
sitoutus
3e545f91d5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -34,7 +34,7 @@ async function interval() {
             infoOK = [];
         }
         lastDay = day;
-        if ((hour === 0 && min < 30) || (hour === 0 && min === 30 && sec <= 30) || hour >= 16) {
+        if ((hour === 0 && min < 30) || (hour === 0 && min === 15 && sec <= 10) || hour >= 16) {
             return;
         }
         for (let i = 0, j = info.length; i < j; i++) {