mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 07:33:15 +08:00
Fix: new version golangci-lint check
This commit is contained in:
parent
875fdb3a5b
commit
45b3afdd33
@ -434,8 +434,7 @@ func parseScript(cfg *RawConfig) error {
|
||||
return fmt.Errorf("initialized script module failure, can't find script code in the config file")
|
||||
}
|
||||
|
||||
content :=
|
||||
`# -*- coding: UTF-8 -*-
|
||||
content := `# -*- coding: UTF-8 -*-
|
||||
|
||||
from datetime import datetime as whatever
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user