Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -155,8 +155,8 @@ async function latest_repeat(t1) { | ... | @@ -155,8 +155,8 @@ async function latest_repeat(t1) { |
155 | let today = new Date(); | 155 | let today = new Date(); |
156 | let minutes = today.getMinutes(); | 156 | let minutes = today.getMinutes(); |
157 | let seconds = today.getSeconds(); | 157 | let seconds = today.getSeconds(); |
158 | - if (seconds == 0) { | 158 | + // if (seconds == 0) { |
159 | - // if (minutes == 0 && seconds == 0) { | 159 | + if (minutes == 0 && seconds == 0) { |
160 | clearInterval(check_time); | 160 | clearInterval(check_time); |
161 | sort_info = (await sort_data()); | 161 | sort_info = (await sort_data()); |
162 | (await refresh_db()); | 162 | (await refresh_db()); | ... | ... |
-
Please register or login to post a comment