修改小bug
This commit is contained in:
parent
bd04f6af4f
commit
a622b5d6f1
|
@ -246,6 +246,6 @@ func check() {
|
||||||
_ = UpdateUser(user)
|
_ = UpdateUser(user)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
time.Sleep(time.Hour * time.Duration(rand.Intn(6)))
|
time.Sleep(time.Hour * time.Duration(rand.Intn(2)))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue