修复json格式化bug

master
Administrator 2024-05-02 21:05:21 +08:00
parent cdc5ae2a9b
commit 7937facbe3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ _/ ____\______ ____ _____ _____ ____ __ _ _______ ____ ____
\/ \/ \/ \//_____/ `) \/ \/ \/ \//_____/ `)
fmt.Println("-----------------------------------------------------------------------------------------") fmt.Println("-----------------------------------------------------------------------------------------")
fmt.Println("-----------------------------------------------------------------------------------------") fmt.Println("-----------------------------------------------------------------------------------------")
flag.BoolVar(&liveMode, "livemode", true, "即时模式默认关闭") flag.BoolVar(&liveMode, "livemode", false, "即时模式默认关闭")
flag.Parse() flag.Parse()
if !liveMode { if !liveMode {
fmt.Println("目前是定时任务模式") fmt.Println("目前是定时任务模式")