mirror of https://github.com/KingRan/KR.git
parent
8b741a37db
commit
2dc9ff2ffa
|
@ -53,9 +53,9 @@ if ($.isNode()) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
await main();
|
await main();
|
||||||
}
|
|
||||||
await $.wait(10 * 1000);
|
await $.wait(10 * 1000);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (message !== "") {
|
if (message !== "") {
|
||||||
if ($.isNode()) {
|
if ($.isNode()) {
|
||||||
await notify.sendNotify($.name, message)
|
await notify.sendNotify($.name, message)
|
||||||
|
|
Loading…
Reference in New Issue