修改小bug

This commit is contained in:
johlanse 2022-07-27 16:02:17 +08:00
parent bd04f6af4f
commit a622b5d6f1
1 changed files with 1 additions and 1 deletions

View File

@ -246,6 +246,6 @@ func check() {
_ = UpdateUser(user)
}
}
time.Sleep(time.Hour * time.Duration(rand.Intn(6)))
time.Sleep(time.Hour * time.Duration(rand.Intn(2)))
}
}