增加循环时间由15分钟到30分钟

This commit is contained in:
aixiao 2025-02-19 09:17:59 +08:00
parent a3f44b6548
commit c3dbcda972
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -229,6 +229,6 @@ func main() {
//TimeZone()
for {
Loop(info)
Sleep(15)
Sleep(30)
}
}