update
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
func init() {
|
||||
crons, _ := qinglong.GetCrons("")
|
||||
for _, cron := range crons {
|
||||
if strings.Contains(cron.Command, "jd_get_share_code.js") {
|
||||
if strings.Contains(cron.Command, "jd_get_share_code.js") && cron.IsDisabled == 0 {
|
||||
data, err := qinglong.GetCronLog(cron.ID)
|
||||
if err != nil {
|
||||
logs.Warn("助力码日志获取失败:%v", err)
|
||||
|
||||
Reference in New Issue
Block a user