From 6e53b28b884d02add55dd301fd93ac295ed8973c Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Wed, 20 Oct 2021 21:19:23 +0800 Subject: [PATCH] update --- develop/qinglong/cron.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/develop/qinglong/cron.go b/develop/qinglong/cron.go index c619f37..0d5d0bf 100644 --- a/develop/qinglong/cron.go +++ b/develop/qinglong/cron.go @@ -184,14 +184,11 @@ func init() { if strings.Contains(s, "shufflewzc") { return 1 } - if strings.Contains(s, "novpx") { - return 10 - } if strings.Contains(s, "smiek2221") { return 9 } if strings.Contains(s, "Aaron-lv") { - return 8 + return -8 } return 0 }