Skip to content

Commit

Permalink
fix: add safe qa
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed Sep 20, 2024
1 parent 90f14b2 commit 6892e1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ type Task struct {

func main() {
// 安全询问
//if pass := safeQA(); pass == false {
// os.Exit(0)
//}
if pass := safeQA(); pass == false {
os.Exit(0)
}

config.Init()
redisutil.Init()
Expand Down

0 comments on commit 6892e1a

Please sign in to comment.