Skip to content

Commit 88aaf44

Browse files
committed
sync
1 parent 7b92b26 commit 88aaf44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WLAPP/wlapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ async function showmsg2() {
299299
await notify.sendNotify($.name, tz)
300300
}
301301
} else {
302-
if ((hour == 8 && minute <= 5) || (hour == 12 && minute <= 5) || (hour == 23 && minute <= 5)) {
302+
if ((hour == 8 && minute <= 3) || (hour == 12 && minute <= 3) || (hour == 23 && minute <= 3)) {
303303
$.msg(cc, '', tz);
304304
}
305305
}

0 commit comments

Comments
 (0)