This commit is contained in:
Liang Ding
2023-01-26 23:35:45 +08:00
parent 2e85978e05
commit dd88735586

View File

@@ -45,5 +45,4 @@ func StartCron() {
s.Every(30).Seconds().Do(model.HookDesktopUIProcJob)
s.SingletonModeAll()
s.StartAsync()
}