✏️ typo [skip ci]

This commit is contained in:
naiba 2021-10-10 00:12:38 +08:00
parent 599093c147
commit 4ad8e9ed4a

View File

@ -83,7 +83,7 @@ func main() {
return return
} }
if agentConf.ReportDelay < 0 || agentConf.ReportDelay > 4 { if agentConf.ReportDelay < 1 || agentConf.ReportDelay > 4 {
println("report-delay 的区间为 1-4") println("report-delay 的区间为 1-4")
return return
} }